File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ before_script:
1616 - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/config:${SYMFONY_VERSION} symfony/dependency-injection:${SYMFONY_VERSION} symfony/event-dispatcher:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION}; fi;
1717 - composer install --no-interaction --prefer-source --dev
1818
19- script : phpunit --coverage-text -- verbose
19+ script : phpunit --verbose
2020
2121matrix :
2222 include :
Original file line number Diff line number Diff line change 1313 <directory >./Tests/</directory >
1414 </testsuite >
1515 </testsuites >
16- <filter >
17- <whitelist >
18- <directory suffix =" .php" >./Tests/</directory >
19- </whitelist >
20- </filter >
2116</phpunit >
You can’t perform that action at this time.
0 commit comments