Skip to content

Commit 38e5014

Browse files
committed
Support phpunit 11
1 parent 9e63111 commit 38e5014

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"sabberworm/php-css-parser": "^8.4"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
29+
"phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11"
3030
}
3131
}

tests/Svg/PathTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public static function commandProvider(): array
7676
* @param string $commandSequence
7777
* @param array $expected
7878
*/
79+
#[\PHPUnit\Framework\Attributes\DataProvider('commandProvider')]
7980
public function testParseCommands(string $commandSequence, array $expected)
8081
{
8182
$result = Path::parse($commandSequence);

0 commit comments

Comments
 (0)