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 f0baa25 commit acc5e91Copy full SHA for acc5e91
tests/TaskHandlerTest.php
@@ -77,7 +77,7 @@ public function it_needs_an_authorization_header()
77
$this->expectException(CloudTasksException::class);
78
$this->expectExceptionMessage('Missing [Authorization] header');
79
80
- $this->handler->handle();
+ $this->handler->handle($this->simpleJob());
81
}
82
83
/** @test */
0 commit comments