File tree Expand file tree Collapse file tree 4 files changed +3
-45
lines changed Expand file tree Collapse file tree 4 files changed +3
-45
lines changed Original file line number Diff line number Diff line change 8
8
/features export-ignore
9
9
/phpstan.neon.dist export-ignore
10
10
/phpunit.xml.dist export-ignore
11
- /phpunit_mongodb.xml export-ignore
12
11
/tests export-ignore
13
12
/update-js.sh export-ignore
14
13
/yarn.lock export-ignore
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ jobs:
485
485
run : vendor/bin/behat --out=std --format=progress --profile=default --no-interaction
486
486
487
487
mongodb :
488
- name : Behat (PHP ${{ matrix.php }}) (MongoDB)
488
+ name : PHPUnit + Behat (PHP ${{ matrix.php }}) (MongoDB)
489
489
runs-on : ubuntu-latest
490
490
timeout-minutes : 20
491
491
strategy :
@@ -530,7 +530,7 @@ jobs:
530
530
- name : Clear test app cache
531
531
run : tests/Fixtures/app/console cache:clear --ansi
532
532
- name : Run PHPUnit
533
- run : vendor/bin/simple-phpunit
533
+ run : vendor/bin/simple-phpunit --group mongodb
534
534
- name : Run Behat tests
535
535
run : vendor/bin/behat -vv --out=std --format=progress --profile=mongodb --no-interaction
536
536
Original file line number Diff line number Diff line change 16
16
<server name =" SYMFONY_PHPUNIT_REMOVE" value =" symfony/yaml" />
17
17
<server name =" KERNEL_DIR" value =" tests/Fixtures/app/" />
18
18
<server name =" KERNEL_CLASS" value =" AppKernel" />
19
- <server name =" APP_ENV" value =" test" />
19
+ <env name =" APP_ENV" value =" test" />
20
20
</php >
21
21
22
22
<testsuites >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments