@@ -140,8 +140,6 @@ jobs:
140
140
rm -Rf tests/Fixtures/app/var/cache/*
141
141
tests/Fixtures/app/console cache:warmup
142
142
- name : Run PHPStan analysis
143
- env :
144
- SYMFONY_PHPUNIT_VERSION : ' 9.5'
145
143
run : |
146
144
./vendor/bin/phpstan --version
147
145
./vendor/bin/phpstan analyse --no-interaction --no-progress --ansi
@@ -766,8 +764,6 @@ jobs:
766
764
restore-keys : ${{ runner.os }}-composer-
767
765
- name : Update project dependencies
768
766
run : composer update --prefer-lowest --no-interaction --no-progress --ansi
769
- - name : Install PHPUnit
770
- run : vendor/bin/simple-phpunit --version
771
767
- name : Clear test app cache
772
768
run : tests/Fixtures/app/console cache:clear --ansi
773
769
- name : Run Behat tests
@@ -1031,12 +1027,10 @@ jobs:
1031
1027
run : rm -Rf tests/Fixtures/app/var/cache/*
1032
1028
- name : Update project dependencies
1033
1029
run : composer update --prefer-lowest --no-interaction --no-progress --ansi
1034
- - name : Install PHPUnit
1035
- run : vendor/bin/simple-phpunit --version
1036
1030
- name : Clear test app cache
1037
1031
run : tests/Fixtures/app/console cache:clear --ansi
1038
1032
- name : Run PHPUnit tests
1039
- run : vendor/bin/simple- phpunit
1033
+ run : vendor/bin/phpunit
1040
1034
env :
1041
1035
SYMFONY_DEPRECATIONS_HELPER : max[self]=0&ignoreFile=./tests/.ignored-deprecations
1042
1036
@@ -1075,8 +1069,6 @@ jobs:
1075
1069
run : rm -Rf tests/Fixtures/app/var/cache/*
1076
1070
- name : Update project dependencies
1077
1071
run : composer update --prefer-lowest --no-interaction --no-progress --ansi
1078
- - name : Install PHPUnit
1079
- run : vendor/bin/simple-phpunit --version
1080
1072
- name : Clear test app cache
1081
1073
run : tests/Fixtures/app/console cache:clear --ansi
1082
1074
- name : Run Behat tests
0 commit comments