mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
Move src/.bootstrap.php to config/bootstrap.php
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
putenv('APP_ENV='.$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = 'test');
|
||||
require dirname(__DIR__, 2).'/src/.bootstrap.php';
|
||||
require dirname(__DIR__, 2).'/config/bootstrap.php';
|
||||
|
||||
Reference in New Issue
Block a user