File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2929 - name : Install dependencies
3030 run : composer update --ansi --no-progress --prefer-dist --no-interaction
3131
32- - name : Install PHPUnit
33- run : vendor/bin/simple-phpunit install
34-
3532 - run : vendor/bin/phpstan analyze
3633
3734 tests :
7067 - name : Install dependencies
7168 run : composer update --ansi --no-progress --prefer-dist ${{ matrix.composer_flags }}
7269
73- - name : Install PHPUnit
74- run : vendor/bin/simple-phpunit install
75-
7670 - name : Run tests
77- run : vendor/bin/simple- phpunit -v --colors=always
71+ run : vendor/bin/phpunit -v --colors=always
Original file line number Diff line number Diff line change 2727 "phpstan/phpstan-phpunit" : " ^2.0" ,
2828 "phpstan/phpstan-strict-rules" : " ^2.0" ,
2929 "phpstan/phpstan-symfony" : " ^2.0" ,
30+ "phpunit/phpunit" : " ^9.6.31" ,
3031 "symfony/mime" : " ^6.4 || ^7.0 || ^8.0" ,
3132 "symfony/phpunit-bridge" : " ^v6.4.1 || ^7.0.1 || ^8.0" ,
3233 "symfony/security-core" : " ^6.4 || ^7.0 || ^8.0"
Original file line number Diff line number Diff line change 1616 </exclude >
1717 </whitelist >
1818 </filter >
19+
20+ <listeners >
21+ <listener class =" Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
22+ </listeners >
1923</phpunit >
You can’t perform that action at this time.
0 commit comments