Skip to content

Commit 0060d04

Browse files
committed
Fixing coverage
1 parent 597c3ba commit 0060d04

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ script:
5353
# it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
5454
#- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
5555
- if [[ $PHPSTAN == true ]]; then composer phpstan; fi
56-
- ./vendor/bin/phpunit
56+
- ./vendor/bin/phpunit --coverage-clover
5757
# Let's test without the security bundle
5858
- if [[ $TESTNOSECURITYBUNDLE == true ]]; then composer remove --dev symfony/security-bundle && phpunit Tests/NoSecurityBundleTest.php; fi
5959

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
</filter>
3232
<logging>
3333
<log type="coverage-html" target="build/coverage"/>
34-
<log type="coverage-clover" target="build/logs/clover.xml"/>
3534
</logging>
3635

3736
<listeners>

0 commit comments

Comments
 (0)