synced phpunit config

This commit is contained in:
Fabien Potencier
2017-05-13 07:17:03 -07:00
parent 0967338d4d
commit 2416e10255
+2 -2
View File
@@ -2,14 +2,14 @@
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php"
>
<php>
<ini name="error_reporting" value="-1" />
<server name="KERNEL_DIR" value="src/" />
<server name="KERNEL_CLASS" value="App\Kernel" />
</php>
<testsuites>