Skip to content

Commit

Permalink
fix phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
oallain committed Jul 3, 2021
1 parent 75470f9 commit 96d58e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<testsuite name="SyliusImportExportPlugin Test Suite">
<directory>tests</directory>
</testsuite>
<server name="APP_ENV" value="test"/>
<env name="SHELL_VERBOSITY" value="-1" />
</testsuites>

<php>
<server name="APP_ENV" value="test"/>
<env name="SHELL_VERBOSITY" value="-1" />
<server name="KERNEL_CLASS_PATH" value="/tests/Application/AppKernel.php" />
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true" />
</php>
Expand Down

0 comments on commit 96d58e2

Please sign in to comment.