Skip to content

Commit cb47956

Browse files
committed
test: fix tests
1 parent aed0e8f commit cb47956

File tree

7 files changed

+361
-433
lines changed

7 files changed

+361
-433
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
COVERAGE: '0'
10-
SYMFONY_DEPRECATIONS_HELPER: 'disabled=1'
10+
SYMFONY_DEPRECATIONS_HELPER: disabled=1
1111

1212
jobs:
1313
php-cs-fixer:
@@ -148,7 +148,7 @@ jobs:
148148
run: |
149149
mkdir -p build/logs/phpunit
150150
if [ "$COVERAGE" = '1' ]; then
151-
vendor/bin/simple-phpunit --coverage-clover build/logs/phpunit/clover.xml --log-junit build/logs/phpunit/junit.xml
151+
vendor/bin/simple-phpunit --log-junit build/logs/phpunit/junit.xml --coverage-clover build/logs/phpunit/clover.xml
152152
else
153153
vendor/bin/simple-phpunit --log-junit build/logs/phpunit/junit.xml
154154
fi

src/Bridge/Symfony/Bundle/Command/DebugResourceCommand.php

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)