File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed
Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1313 "report" : " main"
1414 }
1515 },
16- "testFramework" : " phpunit" ,
17- "testFrameworkOptions" : " --cache-directory=.phpunit.cache" ,
1816 "phpUnit" : {
1917 "configDir" : " .." ,
2018 "customPath" : " ../vendor/phpunit/phpunit/phpunit"
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ public function build(): array
4848 'github ' => true ,
4949 'stryker ' => ['report ' => 'main ' ],
5050 ],
51- 'testFramework ' => 'phpunit ' ,
52- 'testFrameworkOptions ' => '--cache-directory=.phpunit.cache ' ,
5351 'phpUnit ' => [
5452 'configDir ' => '.. ' ,
5553 'customPath ' => '../vendor/phpunit/phpunit/phpunit ' ,
Original file line number Diff line number Diff line change 5353 - os : ubuntu-latest
5454 description : ' with calculating code coverage and Infection'
5555 calculate-coverage : true
56- phpunit-flags : ' --cache-directory=.phpunit.cache -- coverage-clover=./build/logs/clover.xml'
56+ phpunit-flags : ' --coverage-clover=./build/logs/clover.xml'
5757 php-version : ' 8.4'
5858 FAST_LINT_TEST_CASES : 1
5959 - os : ubuntu-latest
Original file line number Diff line number Diff line change 11/vendor /
22/composer.lock
3+ /phpunit.dist.xml
Original file line number Diff line number Diff line change 33<phpunit xmlns : xsi =' http://www.w3.org/2001/XMLSchema-instance'
44 xsi : noNamespaceSchemaLocation =' ./vendor/phpunit/phpunit/phpunit.xsd'
55 bootstrap =' ./tests/autoload.php'
6+ cacheDirectory =' .phpunit.cache'
67 cacheResult =' false'
78 colors =' true'
89 displayDetailsOnTestsThatTriggerDeprecations =' true'
You can’t perform that action at this time.
0 commit comments