Skip to content

Commit 3e2af9f

Browse files
committed
Declare data providers as static
1 parent 41b944a commit 3e2af9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Console/Commands/CurlCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function test_it_throw_exception_when_for_invalid_headers()
3737
Artisan::call("shift:curl https://example.com --header 'foo'");
3838
}
3939

40-
public function curlCommandFixtures()
40+
public static function curlCommandFixtures()
4141
{
4242
return [
4343
'GET request' => ['basic-get'],

0 commit comments

Comments
 (0)