Fixes for functional tests

This commit is contained in:
theUniC
2022-08-23 15:16:34 +02:00
parent d290afe540
commit b776c4114b
2 changed files with 1 additions and 2 deletions

View File

@@ -37,8 +37,6 @@ jobs:
- name: FUNCTIONAL TESTS
run: make functional-tests
env:
SYMFONY_DEPRECATIONS_HELPER: disabled=1
- name: CODE STYLE
run: make check-cs

View File

@@ -21,6 +21,7 @@
<server name="APP_ENV" value="test" force="true"/>
<server name="SHELL_VERBOSITY" value="-1"/>
<server name="KERNEL_CLASS" value="App\Kernel"/>
<server name="SYMFONY_DEPRECATIONS_HELPER" value="disabled=1" />
</php>
<testsuites>
<testsuite name="Full">