File tree Expand file tree Collapse file tree 4 files changed +13
-17
lines changed Expand file tree Collapse file tree 4 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 11/.idea /
2- /.phpunit.result. cache
2+ /.phpunit.cache /
33/bin /
44/composer.lock
5- /custom.task.properties
6- /custom.type.properties
75/phpunit.xml
86/test /coverage.xml
97/test /report /
Original file line number Diff line number Diff line change 66 <arg value =" --ansi" />
77 <arg value =" update" />
88 </exec >
9- <exec executable =" npm" checkreturn =" true" passthru =" true" >
10- <arg value =" --ansi" />
11- <arg value =" update" />
12- </exec >
139
1410 <phing phingfile =" build.xml" target =" outdated" haltonfailure =" true" />
1511 </target >
Original file line number Diff line number Diff line change 1515 "minimum-stability" : " dev" ,
1616 "prefer-stable" : true ,
1717 "require-dev" : {
18- "phing/phing" : " ^3.0.0-RC4 " ,
19- "phpunit/phpunit" : " ^9.6 .3"
18+ "phing/phing" : " ^3.0.0-RC5 " ,
19+ "phpunit/phpunit" : " ^10.1 .3"
2020 },
2121 "autoload" : {
2222 "psr-4" : {
Original file line number Diff line number Diff line change 11<?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/9.3/phpunit.xsd" >
3- <coverage processUncoveredFiles =" true" >
4- <include >
5- <directory suffix =" .php" >src</directory >
6- </include >
7- <exclude >
8- <directory suffix =" .php" >vendor/setbased</directory >
9- </exclude >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" test/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3+ <coverage >
104 <report >
115 <clover outputFile =" test/coverage.xml" />
126 <html outputDirectory =" test/report" />
1812 </testsuite >
1913 </testsuites >
2014 <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 >
2123</phpunit >
You can’t perform that action at this time.
0 commit comments