mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Move src/.bootstrap.php to config/bootstrap.php
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../../../../symfony/framework-bundle/3.3/config/bootstrap.php
|
||||
@@ -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": [
|
||||
|
||||
@@ -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 +0,0 @@
|
||||
../../../../symfony/framework-bundle/3.3/src/.bootstrap.php
|
||||
Reference in New Issue
Block a user