File tree Expand file tree Collapse file tree 5 files changed +3
-33
lines changed Expand file tree Collapse file tree 5 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 88 schedule :
99 - cron : ' 0 0 * * *'
1010
11- env :
12- PHPUNIT_FLAGS : " -v"
13- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
14-
1511jobs :
1612 doctor-rst :
1713 name : Lint (DOCtor-RST)
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ concurrency:
1212 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1313 cancel-in-progress : true
1414
15- env :
16- PHPUNIT_FLAGS : " -v"
17- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
18-
1915jobs :
2016 test :
2117 name : " PHP ${{ matrix.php-version }} + @${{ matrix.symfony-version }} ${{ matrix.dependency-versions }} deps"
8278 with :
8379 composer-options : " --no-scripts --working-dir=tools/twigcs"
8480
85- - name : Install PHPUnit
86- run : |
87- vendor/bin/simple-phpunit install
88-
89- - name : PHPUnit version
90- run : vendor/bin/simple-phpunit --version
91-
9281 - name : Run tests
93- run : vendor/bin/simple- phpunit ${{ env.PHPUNIT_FLAGS }}
82+ run : vendor/bin/phpunit -v
Original file line number Diff line number Diff line change 88 schedule :
99 - cron : ' 0 0 * * *'
1010
11- env :
12- PHPUNIT_FLAGS : " -v"
13- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
14-
1511jobs :
1612 coding-standards :
1713 name : " Coding Standards"
7874 with :
7975 composer-options : " --no-scripts --working-dir=tools/phpstan/includes"
8076
81- - name : Install PHPUnit
82- run : " vendor/bin/simple-phpunit --version"
83-
8477 - name : Run PHPStan
8578 run : " tools/phpstan/vendor/bin/phpstan analyze --memory-limit=1G --error-format=github"
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ concurrency:
1313 cancel-in-progress : true
1414
1515env :
16- PHPUNIT_FLAGS : " -v"
17- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
1816 MAKER_SKIP_MERCURE_TEST : 1
1917 MAKER_SKIP_PANTHER_TEST : 1
2018 MAKER_TEST_WINDOWS : 1
6260 with :
6361 composer-options : " --no-scripts --working-dir=tools/twigcs"
6462
65- - name : Install PHPUnit
66- run : |
67- vendor/bin/simple-phpunit install
68-
69- - name : PHPUnit Version
70- run : vendor/bin/simple-phpunit --version
71-
7263 - name : Run Tests
73- run : vendor/bin/simple- phpunit ${{ env.PHPUNIT_FLAGS }}
64+ run : vendor/bin/phpunit -v
Original file line number Diff line number Diff line change 3131 "composer/semver" : " ^3.0" ,
3232 "doctrine/doctrine-bundle" : " ^2.5.0" ,
3333 "doctrine/orm" : " ^2.15|^3" ,
34+ "phpunit/phpunit" : " ^9.6.0" ,
3435 "symfony/http-client" : " ^6.4|^7.0" ,
3536 "symfony/phpunit-bridge" : " ^6.4.1|^7.0" ,
3637 "symfony/security-core" : " ^6.4|^7.0" ,
You can’t perform that action at this time.
0 commit comments