Move src/.bootstrap.php to config/bootstrap.php

This commit is contained in:
Nicolas Grekas
2018-11-22 16:07:00 +01:00
parent a1147a4da3
commit f54d6a4684
23 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="src/.bootstrap.php"
bootstrap="config/bootstrap.php"
>
<php>
<ini name="error_reporting" value="-1" />