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 9e63111 commit 38e5014Copy full SHA for 38e5014
composer.json
@@ -26,6 +26,6 @@
26
"sabberworm/php-css-parser": "^8.4"
27
},
28
"require-dev": {
29
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
+ "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11"
30
}
31
tests/Svg/PathTest.php
@@ -76,6 +76,7 @@ public static function commandProvider(): array
76
* @param string $commandSequence
77
* @param array $expected
78
*/
79
+ #[\PHPUnit\Framework\Attributes\DataProvider('commandProvider')]
80
public function testParseCommands(string $commandSequence, array $expected)
81
{
82
$result = Path::parse($commandSequence);
0 commit comments