Skip to content

Commit

Permalink
Fix: Merge nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 4, 2019
1 parent 0ddf9c1 commit 1c56088
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phpunit.xml.dist
Expand Up @@ -9,6 +9,8 @@
convertWarningsToExceptions="true">
<php>
<env name="SHELL_VERBOSITY" value="-1" />
<server name="KERNEL_DIR" value="./tests/Resources/app" />
<server name="KERNEL_CLASS" value="AppKernel" />
</php>

<testsuites>
Expand All @@ -30,9 +32,4 @@
</exclude>
</whitelist>
</filter>

<php>
<server name="KERNEL_DIR" value="./tests/Resources/app" />
<server name="KERNEL_CLASS" value="AppKernel" />
</php>
</phpunit>

0 comments on commit 1c56088

Please sign in to comment.