Fix bootstrapping of ci: step unit_test

This commit is contained in:
2023-07-22 23:51:10 +02:00
parent 9cdef5f951
commit 169bf3c140
3 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
<server name="APP_ENV" value="test" force="true" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
<server name="SHELL_VERBOSITY" value="-1" />
<env name="KERNEL_CLASS" value="\App\Kernel" />
</php>
<testsuites>