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 8
8
schedule :
9
9
- cron : ' 0 0 * * *'
10
10
11
- env :
12
- PHPUNIT_FLAGS : " -v"
13
- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
14
-
15
11
jobs :
16
12
doctor-rst :
17
13
name : Lint (DOCtor-RST)
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ concurrency:
12
12
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13
13
cancel-in-progress : true
14
14
15
- env :
16
- PHPUNIT_FLAGS : " -v"
17
- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
18
-
19
15
jobs :
20
16
test :
21
17
name : " PHP ${{ matrix.php-version }} + @${{ matrix.symfony-version }} ${{ matrix.dependency-versions }} deps"
82
78
with :
83
79
composer-options : " --no-scripts --working-dir=tools/twigcs"
84
80
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
-
92
81
- 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 8
8
schedule :
9
9
- cron : ' 0 0 * * *'
10
10
11
- env :
12
- PHPUNIT_FLAGS : " -v"
13
- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
14
-
15
11
jobs :
16
12
coding-standards :
17
13
name : " Coding Standards"
78
74
with :
79
75
composer-options : " --no-scripts --working-dir=tools/phpstan/includes"
80
76
81
- - name : Install PHPUnit
82
- run : " vendor/bin/simple-phpunit --version"
83
-
84
77
- name : Run PHPStan
85
78
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:
13
13
cancel-in-progress : true
14
14
15
15
env :
16
- PHPUNIT_FLAGS : " -v"
17
- SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
18
16
MAKER_SKIP_MERCURE_TEST : 1
19
17
MAKER_SKIP_PANTHER_TEST : 1
20
18
MAKER_TEST_WINDOWS : 1
62
60
with :
63
61
composer-options : " --no-scripts --working-dir=tools/twigcs"
64
62
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
-
72
63
- 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 31
31
"composer/semver" : " ^3.0" ,
32
32
"doctrine/doctrine-bundle" : " ^2.5.0" ,
33
33
"doctrine/orm" : " ^2.15|^3" ,
34
+ "phpunit/phpunit" : " ^9.6.0" ,
34
35
"symfony/http-client" : " ^6.4|^7.0" ,
35
36
"symfony/phpunit-bridge" : " ^6.4.1|^7.0" ,
36
37
"symfony/security-core" : " ^6.4|^7.0" ,
You can’t perform that action at this time.
0 commit comments