Skip to content

Commit 46b25da

Browse files
williamdesbsweeney
authored andcommitted
Update PathTest.php for PHPunit compatibility
1 parent 0e9dc9d commit 46b25da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Svg/PathTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
final class PathTest extends TestCase
1212
{
13-
public function commandProvider(): array
13+
public static function commandProvider(): array
1414
{
1515
return [
1616
'parse a relative arc with the shorthand format' => [

0 commit comments

Comments
 (0)