File tree Expand file tree Collapse file tree 2 files changed +22
-20
lines changed
Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpunit" version =" ^10.0" installed =" 10.5.59 " location =" ./tools/phpunit" copy =" false" />
3+ <phar name =" phpunit" version =" ^10.0" installed =" 10.5.60 " location =" ./tools/phpunit" copy =" false" />
44 <phar name =" phpab" version =" ^1.23.0" installed =" 1.29.3" location =" ./tools/phpab" copy =" false" />
5- <phar name =" php-cs-fixer" version =" ^3.75.0" installed =" 3.91.1 " location =" ./tools/php-cs-fixer" copy =" false" />
5+ <phar name =" php-cs-fixer" version =" ^3.75.0" installed =" 3.91.3 " location =" ./tools/php-cs-fixer" copy =" false" />
66</phive >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap =" src/autoload.php"
4- backupGlobals =" false" beStrictAboutOutputDuringTests =" true" beStrictAboutTestsThatDoNotTestAnything =" true"
5- beStrictAboutTodoAnnotatedTests =" true" verbose =" true" >
6-
7- <coverage processUncoveredFiles =" true" >
8- <include >
9- <directory suffix =" .php" >src</directory >
10- </include >
11- <report >
12- <html outputDirectory =" build/coverage/html" lowUpperBound =" 60" highLowerBound =" 90" />
13- </report >
14- </coverage >
15-
16- <testsuite name =" Tokenizer" >
17- <directory suffix =" Test.php" >tests</directory >
18- </testsuite >
19-
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
5+ bootstrap =" src/autoload.php"
6+ backupGlobals =" false"
7+ beStrictAboutOutputDuringTests =" true"
8+ beStrictAboutTestsThatDoNotTestAnything =" true" >
9+ <coverage >
10+ <report >
11+ <html outputDirectory =" build/coverage/html" lowUpperBound =" 60" highLowerBound =" 90" />
12+ </report >
13+ </coverage >
14+ <testsuite name =" Tokenizer" >
15+ <directory suffix =" Test.php" >tests</directory >
16+ </testsuite >
17+ <source >
18+ <include >
19+ <directory suffix =" .php" >src</directory >
20+ </include >
21+ </source >
2022</phpunit >
You can’t perform that action at this time.
0 commit comments