Get rid of config/bootstrap.php for 5.1 apps

This commit is contained in:
Nicolas Grekas
2020-01-29 16:53:59 +01:00
parent 990f591216
commit a0cb2ea41f
45 changed files with 132 additions and 46 deletions
-1
View File
@@ -1 +0,0 @@
../../../../symfony/framework-bundle/3.3/config/bootstrap.php
-1
View File
@@ -2,7 +2,6 @@
"copy-from-recipe": {
".env.test": ".env.test",
"phpunit.xml.dist": "phpunit.xml.dist",
"config/": "%CONFIG_DIR%/",
"tests/": "tests/"
},
"gitignore": [
+1 -1
View File
@@ -5,7 +5,7 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="config/bootstrap.php"
bootstrap="tests/bootstrap.php"
>
<php>
<ini name="error_reporting" value="-1" />
+1
View File
@@ -0,0 +1 @@
../../../symfony/phpunit-bridge/3.3/tests/