Skip to content

Commit 27044a4

Browse files
committed
Tests] Fix functional tests Turbo
1 parent ed37089 commit 27044a4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Turbo/phpunit.xml.dist

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
>
1111
<php>
1212
<ini name="error_reporting" value="-1"/>
13-
<env name="SHELL_VERBOSITY" value="-1"/>
14-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0"/>
15-
<env name="KERNEL_CLASS" value="App\Kernel"/>
16-
<env name="PANTHER_WEB_SERVER_DIR" value="./tests/app/public"/>
13+
<server name="SHELL_VERBOSITY" value="-1"/>
14+
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0"/>
15+
<server name="APP_ENV" value="test" force="true" />
16+
<server name="APP_DEBUG" value="false" force="true" />
17+
<server name="KERNEL_CLASS" value="App\Kernel"/>
18+
<server name="PANTHER_WEB_SERVER_DIR" value="./tests/app/public"/>
1719
</php>
1820

1921
<testsuites>

0 commit comments

Comments
 (0)