mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
5 lines
126 B
PHP
5 lines
126 B
PHP
<?php
|
|
|
|
putenv('APP_ENV='.$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = 'test');
|
|
require dirname(__DIR__, 2).'/src/.bootstrap.php';
|