diff --git a/behat/symfony2-extension/2.1/config/bootstrap.php b/behat/symfony2-extension/2.1/config/bootstrap.php new file mode 120000 index 00000000..57ba1e6e --- /dev/null +++ b/behat/symfony2-extension/2.1/config/bootstrap.php @@ -0,0 +1 @@ +../../../../symfony/framework-bundle/3.3/config/bootstrap.php \ No newline at end of file diff --git a/behat/symfony2-extension/2.1/features/bootstrap/bootstrap.php b/behat/symfony2-extension/2.1/features/bootstrap/bootstrap.php index 97871bbd..0f3ad18d 100644 --- a/behat/symfony2-extension/2.1/features/bootstrap/bootstrap.php +++ b/behat/symfony2-extension/2.1/features/bootstrap/bootstrap.php @@ -1,4 +1,4 @@ diff --git a/phpunit/phpunit/4.7/src/.bootstrap.php b/phpunit/phpunit/4.7/src/.bootstrap.php deleted file mode 120000 index 02c7cfb7..00000000 --- a/phpunit/phpunit/4.7/src/.bootstrap.php +++ /dev/null @@ -1 +0,0 @@ -../../../../symfony/framework-bundle/3.3/src/.bootstrap.php \ No newline at end of file diff --git a/symfony/console/3.3/bin/console b/symfony/console/3.3/bin/console index 6594b643..d61dbc38 100755 --- a/symfony/console/3.3/bin/console +++ b/symfony/console/3.3/bin/console @@ -25,7 +25,7 @@ if ($input->hasParameterOption('--no-debug', true)) { putenv('APP_DEBUG='.$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = '0'); } -require dirname(__DIR__).'/src/.bootstrap.php'; +require dirname(__DIR__).'/config/bootstrap.php'; if ($_SERVER['APP_DEBUG']) { umask(0000); diff --git a/symfony/console/3.3/config/bootstrap.php b/symfony/console/3.3/config/bootstrap.php new file mode 120000 index 00000000..57ba1e6e --- /dev/null +++ b/symfony/console/3.3/config/bootstrap.php @@ -0,0 +1 @@ +../../../../symfony/framework-bundle/3.3/config/bootstrap.php \ No newline at end of file diff --git a/symfony/console/3.3/manifest.json b/symfony/console/3.3/manifest.json index 66f42339..c00421d6 100644 --- a/symfony/console/3.3/manifest.json +++ b/symfony/console/3.3/manifest.json @@ -1,7 +1,7 @@ { "copy-from-recipe": { "bin/": "%BIN_DIR%/", - "src/": "%SRC_DIR%/" + "config/": "%CONFIG_DIR%/" }, "aliases": ["cli"] } diff --git a/symfony/console/3.3/src/.bootstrap.php b/symfony/console/3.3/src/.bootstrap.php deleted file mode 120000 index 02c7cfb7..00000000 --- a/symfony/console/3.3/src/.bootstrap.php +++ /dev/null @@ -1 +0,0 @@ -../../../../symfony/framework-bundle/3.3/src/.bootstrap.php \ No newline at end of file diff --git a/symfony/framework-bundle/3.3/src/.bootstrap.php b/symfony/framework-bundle/3.3/config/bootstrap.php similarity index 100% rename from symfony/framework-bundle/3.3/src/.bootstrap.php rename to symfony/framework-bundle/3.3/config/bootstrap.php diff --git a/symfony/framework-bundle/3.3/public/index.php b/symfony/framework-bundle/3.3/public/index.php index b8f4d81e..e30f90c0 100644 --- a/symfony/framework-bundle/3.3/public/index.php +++ b/symfony/framework-bundle/3.3/public/index.php @@ -4,7 +4,7 @@ use App\Kernel; use Symfony\Component\Debug\Debug; use Symfony\Component\HttpFoundation\Request; -require dirname(__DIR__).'/src/.bootstrap.php'; +require dirname(__DIR__).'/config/bootstrap.php'; if ($_SERVER['APP_DEBUG']) { umask(0000); diff --git a/symfony/framework-bundle/4.2/src/.bootstrap.php b/symfony/framework-bundle/4.2/config/bootstrap.php similarity index 100% rename from symfony/framework-bundle/4.2/src/.bootstrap.php rename to symfony/framework-bundle/4.2/config/bootstrap.php diff --git a/symfony/framework-bundle/4.2/public/index.php b/symfony/framework-bundle/4.2/public/index.php index b8f4d81e..e30f90c0 100644 --- a/symfony/framework-bundle/4.2/public/index.php +++ b/symfony/framework-bundle/4.2/public/index.php @@ -4,7 +4,7 @@ use App\Kernel; use Symfony\Component\Debug\Debug; use Symfony\Component\HttpFoundation\Request; -require dirname(__DIR__).'/src/.bootstrap.php'; +require dirname(__DIR__).'/config/bootstrap.php'; if ($_SERVER['APP_DEBUG']) { umask(0000); diff --git a/symfony/phpunit-bridge/3.3/config/bootstrap.php b/symfony/phpunit-bridge/3.3/config/bootstrap.php new file mode 120000 index 00000000..57ba1e6e --- /dev/null +++ b/symfony/phpunit-bridge/3.3/config/bootstrap.php @@ -0,0 +1 @@ +../../../../symfony/framework-bundle/3.3/config/bootstrap.php \ No newline at end of file diff --git a/symfony/phpunit-bridge/3.3/manifest.json b/symfony/phpunit-bridge/3.3/manifest.json index 8a865563..6a0aab99 100644 --- a/symfony/phpunit-bridge/3.3/manifest.json +++ b/symfony/phpunit-bridge/3.3/manifest.json @@ -4,7 +4,6 @@ "bin/": "%BIN_DIR%/", "config/": "%CONFIG_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", - "src/": "%SRC_DIR%/", "tests/": "tests/" }, "gitignore": [ diff --git a/symfony/phpunit-bridge/3.3/phpunit.xml.dist b/symfony/phpunit-bridge/3.3/phpunit.xml.dist index ef4352ef..134c69e9 100644 --- a/symfony/phpunit-bridge/3.3/phpunit.xml.dist +++ b/symfony/phpunit-bridge/3.3/phpunit.xml.dist @@ -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" > diff --git a/symfony/phpunit-bridge/3.3/src/.bootstrap.php b/symfony/phpunit-bridge/3.3/src/.bootstrap.php deleted file mode 120000 index 02c7cfb7..00000000 --- a/symfony/phpunit-bridge/3.3/src/.bootstrap.php +++ /dev/null @@ -1 +0,0 @@ -../../../../symfony/framework-bundle/3.3/src/.bootstrap.php \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.1/config/bootstrap.php b/symfony/phpunit-bridge/4.1/config/bootstrap.php new file mode 120000 index 00000000..57ba1e6e --- /dev/null +++ b/symfony/phpunit-bridge/4.1/config/bootstrap.php @@ -0,0 +1 @@ +../../../../symfony/framework-bundle/3.3/config/bootstrap.php \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.1/manifest.json b/symfony/phpunit-bridge/4.1/manifest.json index b28ff9ff..6a0aab99 100644 --- a/symfony/phpunit-bridge/4.1/manifest.json +++ b/symfony/phpunit-bridge/4.1/manifest.json @@ -2,8 +2,8 @@ "copy-from-recipe": { ".env.test": ".env.test", "bin/": "%BIN_DIR%/", + "config/": "%CONFIG_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", - "src/": "%SRC_DIR%/", "tests/": "tests/" }, "gitignore": [ diff --git a/symfony/phpunit-bridge/4.1/src/.bootstrap.php b/symfony/phpunit-bridge/4.1/src/.bootstrap.php deleted file mode 120000 index 02c7cfb7..00000000 --- a/symfony/phpunit-bridge/4.1/src/.bootstrap.php +++ /dev/null @@ -1 +0,0 @@ -../../../../symfony/framework-bundle/3.3/src/.bootstrap.php \ No newline at end of file