mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
formatting
This commit is contained in:
parent
e21657dc5a
commit
8f2a27868f
@ -6,19 +6,18 @@ require_once __DIR__.'/../vendor/autoload.php';
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Bootstrap the testing environment
|
| Bootstrap The Test Environment
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| You have the option to specify console commands that will execute before your
|
| You may specify console commands that execute once before your test is
|
||||||
| test suite is run. Caching config, routes, & events may improve performance
|
| run. You are free to add your own additional commands or logic into
|
||||||
| and bring your testing environment closer to production.
|
| this file as needed in order to help your test suite run quicker.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$commands = [
|
$commands = [
|
||||||
'config:cache',
|
'config:cache',
|
||||||
'event:cache',
|
'event:cache',
|
||||||
// 'route:cache',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
$app = require __DIR__.'/../bootstrap/app.php';
|
$app = require __DIR__.'/../bootstrap/app.php';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user