void fail() Fail the job from the queue. Return Value void
void delete() Delete the job from the queue. Return Value void
int attempts() Get the number of times the job has been attempted. Return Value int
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.
$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
$this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. Parameters string $route array $parameters Return Value $this
$this visit(string $uri) Visit the given URI with a GET request. Parameters string $uri Return Value $this
$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
$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
$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
Page 581 of 996