InteractsWithQueue::fail()

void fail() Fail the job from the queue. Return Value void

InteractsWithQueue::delete()

void delete() Delete the job from the queue. Return Value void

InteractsWithQueue::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

InteractsWithQueue

InteractsWithQueue trait InteractsWithQueue (View source) Methods int attempts() Get the number of times the job has been attempted. void delete() Delete the job from the queue. void fail() Fail the job from the queue. void release(int $delay) Release the job back into the queue. $this setJob(Job $job) Set the base queue job instance.

InteractsWithPages::within()

$this within(string $element, Closure $callback) Narrow the test content to a specific area of the page. Parameters string $element Closure $callback Return Value $this

InteractsWithPages::visitRoute()

$this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. Parameters string $route array $parameters Return Value $this

InteractsWithPages::visit()

$this visit(string $uri) Visit the given URI with a GET request. Parameters string $uri Return Value $this

InteractsWithPages::seeText()

$this seeText(string $text, bool $negate = false) Assert that a given string is seen on the current text. Parameters string $text bool $negate Return Value $this

InteractsWithPages::seeLink()

$this seeLink(string $text, string|null $url = null, bool $negate = false) Assert that a given link is seen on the page. Parameters string $text string|null $url bool $negate Return Value $this

InteractsWithPages::seeIsSelected()

$this seeIsSelected(string $selector, string $value, bool $negate = false) Assert that the expected value is selected. Parameters string $selector string $value bool $negate Return Value $this