Fix phpunit.xml

master
Eric Pommateau 1 year ago
parent 9a5855670f
commit 51a31f816d
  1. 4
      phpunit.xml

@ -1,4 +1,8 @@
<phpunit backupGlobals="false" bootstrap="test/init.php">
<php>
<server name="KERNEL_CLASS" value="Pastell\Kernel" />
<server name="SHELL_VERBOSITY" value="0" />
</php>
<testsuites>
<testsuite name="Extension SITIV">
<directory>test/</directory>

Loading…
Cancel
Save