File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ script:
53
53
# it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
54
54
# - ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
55
55
- if [[ $PHPSTAN == true ]]; then composer phpstan; fi
56
- - ./vendor/bin/phpunit
56
+ - ./vendor/bin/phpunit --coverage-clover
57
57
# Let's test without the security bundle
58
58
- if [[ $TESTNOSECURITYBUNDLE == true ]]; then composer remove --dev symfony/security-bundle && phpunit Tests/NoSecurityBundleTest.php; fi
59
59
Original file line number Diff line number Diff line change 31
31
</filter >
32
32
<logging >
33
33
<log type =" coverage-html" target =" build/coverage" />
34
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
35
34
</logging >
36
35
37
36
<listeners >
You can’t perform that action at this time.
0 commit comments