Fixes for functional tests
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user