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.
static
1 parent 41b944a commit 3e2af9fCopy full SHA for 3e2af9f
tests/Feature/Console/Commands/CurlCommandTest.php
@@ -37,7 +37,7 @@ public function test_it_throw_exception_when_for_invalid_headers()
37
Artisan::call("shift:curl https://example.com --header 'foo'");
38
}
39
40
- public function curlCommandFixtures()
+ public static function curlCommandFixtures()
41
{
42
return [
43
'GET request' => ['basic-get'],
0 commit comments