We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b57e4b commit 0640a54Copy full SHA for 0640a54
.github/workflows/symfony.yml
@@ -44,4 +44,8 @@ jobs:
44
- name: Execute tests (Unit and Feature tests) via PHPUnit
45
env:
46
DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
47
- run: vendor/bin/phpunit tests/Entity/PhpFunctionTest.php
+ run: vendor/bin/phpunit tests/Entity/PhpFunctionTest.php
48
+ - name: Execute tests (Unit and Feature tests) via PHPUnit
49
+ env:
50
+ DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
51
+ run: vendor/bin/phpunit tests/Controller/HomepageControllerTest.php
0 commit comments