File tree Expand file tree Collapse file tree 6 files changed +1769
-234
lines changed Expand file tree Collapse file tree 6 files changed +1769
-234
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 fail-fast : true
11- PHPUNIT_FLAGS : " -v"
12- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
13- SYMFONY_DEPRECATIONS_HELPER : ' max[indirect]=52'
1411
1512permissions :
1613 contents : read
5552 php bin/console sass:build
5653 php bin/console asset-map:compile
5754
58- - name : " Install PHPUnit"
59- run : vendor/bin/simple-phpunit install
60-
61- - name : " PHPUnit version"
62- run : vendor/bin/simple-phpunit --version
63-
6455 - name : " Run tests"
65- run : vendor/bin/simple- phpunit ${{ env.PHPUNIT_FLAGS }}
56+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 2626# ##> phpstan/phpstan ###
2727phpstan.neon
2828# ##< phpstan/phpstan ###
29+
30+ # ##> phpunit/phpunit ###
31+ /phpunit.xml
32+ .phpunit.result.cache
33+ # ##< phpunit/phpunit ###
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5757 "phpstan/phpstan" : " ^2.0" ,
5858 "phpstan/phpstan-doctrine" : " ^2.0" ,
5959 "phpstan/phpstan-symfony" : " ^2.0" ,
60+ "phpunit/phpunit" : " ^11.3" ,
6061 "symfony/browser-kit" : " ^7" ,
6162 "symfony/css-selector" : " ^7" ,
6263 "symfony/debug-bundle" : " ^7" ,
6364 "symfony/maker-bundle" : " ^1.36" ,
64- "symfony/phpunit-bridge" : " ^7" ,
6565 "symfony/stopwatch" : " ^7" ,
6666 "symfony/web-profiler-bundle" : " ^7" ,
6767 "twbs/bootstrap" : " ^5"
You can’t perform that action at this time.
0 commit comments