File tree Expand file tree Collapse file tree 4 files changed +4
-212
lines changed
Expand file tree Collapse file tree 4 files changed +4
-212
lines changed Original file line number Diff line number Diff line change 1414php71-unit-test :
1515 extends : .php-unit-test
1616 image : iras/php7-composer:1
17- before_script :
18- - mkdir -p .composer build/logs
19- - composer install --no-interaction --ignore-platform-reqs
2017
2118php72-unit-test :
2219 extends : .php-unit-test
2320 image : iras/php7-composer:2
24- before_script :
25- - mkdir -p .composer build/logs
26- - composer install --no-interaction --ignore-platform-reqs
2721
2822php73-unit-test :
2923 extends : .php-unit-test
Original file line number Diff line number Diff line change 1919 "ext-mbstring" : " *"
2020 },
2121 "require-dev" : {
22- "phpunit/phpunit" : " ^9.5.18" ,
23- "squizlabs/php_codesniffer" : " ^3.5.8"
22+ "phpunit/phpunit" : " *" ,
23+ "squizlabs/php_codesniffer" : " ^3.5.8" ,
24+ "limedeck/phpunit-detailed-printer" : " *"
2425 },
2526 "autoload" : {
2627 "psr-4" : {
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 stopOnFailure =" false"
1010 backupGlobals =" true"
11- printerClass =" \GetOpt\Test \Printer"
11+ printerClass =" LimeDeck\Testing \Printer"
1212 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
1313 <coverage pathCoverage =" false" >
1414 <include >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments