We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab0147 commit 7a65199Copy full SHA for 7a65199
tests/QueueAllTest.php
@@ -20,7 +20,7 @@ public function testAllRejectsIfHandlerIsInvalid()
20
Queue::all(1, array(), 'foobar')->then(null, $this->expectCallableOnce());
21
}
22
23
- public function testWillResolveWithtEmptyArrayWithoutInvokingHandlerWhenJobsAreEmpty()
+ public function testWillResolveWithEmptyArrayWithoutInvokingHandlerWhenJobsAreEmpty()
24
{
25
$promise = Queue::all(1, array(), $this->expectCallableNever());
26
0 commit comments