We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7dcdc commit 5b57e4bCopy full SHA for 5b57e4b
.github/workflows/symfony.yml
@@ -44,4 +44,4 @@ 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
+ run: vendor/bin/phpunit tests/Entity/PhpFunctionTest.php
0 commit comments