File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 20
20
"Svg\\ Tests\\ " : " tests/Svg"
21
21
}
22
22
},
23
+ "config" : {
24
+ "bin-dir" : " bin"
25
+ },
23
26
"require" : {
24
27
"php" : " ^7.1 || ^8.0" ,
25
28
"ext-mbstring" : " *" ,
26
29
"sabberworm/php-css-parser" : " ^8.4"
27
30
},
28
31
"require-dev" : {
29
- "phpunit/phpunit" : " ^7.5 || ^8.5 || ^9.5 "
32
+ "phpunit/phpunit" : " ^7.5 || ^8 || ^9 || ^10 || ^11 "
30
33
}
31
34
}
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ public static function commandProvider(): array
76
76
* @param string $commandSequence
77
77
* @param array $expected
78
78
*/
79
+ #[\PHPUnit \Framework \Attributes \DataProvider('commandProvider ' )]
79
80
public function testParseCommands (string $ commandSequence , array $ expected )
80
81
{
81
82
$ result = Path::parse ($ commandSequence );
You can’t perform that action at this time.
0 commit comments