Skip to content

Commit

Permalink
Update PathTest.php for PHPunit compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored and bsweeney committed Apr 8, 2024
1 parent 0e9dc9d commit 46b25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Svg/PathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

final class PathTest extends TestCase
{
public function commandProvider(): array
public static function commandProvider(): array
{
return [
'parse a relative arc with the shorthand format' => [
Expand Down

0 comments on commit 46b25da

Please sign in to comment.