From 8f2a27868f7f9e0a0bbf69fa83d06b8a7a1b7894 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 30 Jul 2019 16:40:52 -0500 Subject: [PATCH] formatting --- tests/bootstrap.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index dbf20dac..5041c5a6 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -6,19 +6,18 @@ /* |-------------------------------------------------------------------------- -| Bootstrap the testing environment +| Bootstrap The Test Environment |-------------------------------------------------------------------------- | -| You have the option to specify console commands that will execute before your -| test suite is run. Caching config, routes, & events may improve performance -| and bring your testing environment closer to production. +| You may specify console commands that execute once before your test is +| run. You are free to add your own additional commands or logic into +| this file as needed in order to help your test suite run quicker. | */ $commands = [ 'config:cache', 'event:cache', - // 'route:cache', ]; $app = require __DIR__.'/../bootstrap/app.php';