File tree Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 1111 },
1212 "require-dev" : {
1313 "phing/phing" : " ^3.0.1" ,
14- "phpunit/phpunit" : " ^11.0 "
14+ "phpunit/phpunit" : " ^11.5.22 "
1515 },
1616 "autoload" : {
1717 "psr-4" : {
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" test/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3- <coverage >
4- <report >
5- <clover outputFile =" test/coverage.xml" />
6- <html outputDirectory =" test/report" />
7- </report >
8- </coverage >
9- <testsuites >
10- <testsuite name =" Tests" >
11- <directory >test</directory >
12- </testsuite >
13- </testsuites >
14- <logging />
15- <source >
16- <include >
17- <directory suffix =" .php" >src</directory >
18- </include >
19- <exclude >
20- <directory suffix =" .php" >vendor/setbased</directory >
21- </exclude >
22- </source >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4+ displayDetailsOnTestsThatTriggerDeprecations =" true"
5+ displayDetailsOnTestsThatTriggerErrors =" true"
6+ displayDetailsOnTestsThatTriggerNotices =" true"
7+ displayDetailsOnTestsThatTriggerWarnings =" true"
8+ displayDetailsOnPhpunitDeprecations =" true" >
9+ <testsuites >
10+ <testsuite name =" default" >
11+ <directory >test</directory >
12+ </testsuite >
13+ </testsuites >
14+
15+ <source ignoreIndirectDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
16+ <include >
17+ <directory >src</directory >
18+ </include >
19+ </source >
2320</phpunit >
You can’t perform that action at this time.
0 commit comments