File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 run : bin/phpunit --version
5454
5555 - name : Run PHPUnit
56- run : bin/phpunit --configuration phpunit.docker .xml ${{ env.PHPUNIT_FLAGS }}
56+ run : bin/phpunit --configuration phpunit.images .xml ${{ env.PHPUNIT_FLAGS }}
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ symfony composer run test:php
5252symfony composer run test:php:unit
5353symfony composer run test:php:functional
5454
55- # Run tests for Docker images
56- symfony composer run test:docker
55+ # Run only tests for OCI images
56+ symfony composer run test:images
5757```
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ symfony composer test:php
7676symfony composer test:php:unit
7777symfony composer test:php:functional
7878
79- # Run tests for Docker images
80- symfony composer test:docker
81- symfony composer test:docker :standalone
79+ # Run only tests for OCI images
80+ symfony composer test:images
81+ symfony composer test:images :standalone
8282```
8383
8484[ codedmonkey-sponsor ] : https://github.com/sponsors/codedmonkey
Original file line number Diff line number Diff line change 130130 "lint:yaml" : " bin/console lint:yaml .github config translations --parse-tags" ,
131131 "test" : [
132132 " @test:php" ,
133- " @test:docker "
133+ " @test:images "
134134 ],
135- "test:docker " : [
136- " @test:docker :standalone"
135+ "test:images " : [
136+ " @test:images :standalone"
137137 ],
138- "test:docker :standalone" : [
138+ "test:images :standalone" : [
139139 " @build:standalone" ,
140- " bin/phpunit --configuration phpunit.docker .xml tests/Docker/Standalone"
140+ " bin/phpunit --configuration phpunit.images .xml tests/Docker/Standalone"
141141 ],
142142 "test:php" : [
143143 " @test:php:unit" ,
164164 "lint:translations" : " Validate the translations" ,
165165 "lint:yaml" : " Validate YAML files" ,
166166 "test" : " Perform all code tests" ,
167- "test:docker " : " Run all tests for images" ,
168- "test:docker :standalone" : " Run tests in the standalone image" ,
167+ "test:images " : " Run all tests for OCI images" ,
168+ "test:images :standalone" : " Run tests for the standalone OCI image" ,
169169 "test:php" : " Run all PHP tests" ,
170170 "test:php:functional" : " Run the functional test suite" ,
171171 "test:php:unit" : " Run the unit test suite" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments