Skip to content

Commit

Permalink
Try to first in PHPUnit the APP_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Aug 19, 2020
1 parent f69b6e4 commit 9094096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</whitelist>
</filter>
<php>
<env name="APP_ENV" value="test"/>
<env name="APP_ENV" value="test" force="true"/>
<env name="KERNEL_CLASS" value="App\Kernel"/>
<env name="UNIT_TESTS" value="true"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="verbose=0"/>
</php>
<extensions>
<extension class="Symfony\Component\Panther\ServerExtension" />
<extension class="Symfony\Component\Panther\ServerExtension"/>
</extensions>
</phpunit>

0 comments on commit 9094096

Please sign in to comment.