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
View File
@@ -0,0 +1 @@
../../../../symfony/framework-bundle/3.3/config/bootstrap.php
+1 -1
View File
@@ -2,7 +2,7 @@
"copy-from-recipe": {
".env.test": ".env.test",
"phpunit.xml.dist": "phpunit.xml.dist",
"src/": "%SRC_DIR%/",
"config/": "%CONFIG_DIR%/",
"tests/": "tests/"
},
"gitignore": [
+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" />
-1
View File
@@ -1 +0,0 @@
../../../../symfony/framework-bundle/3.3/src/.bootstrap.php