diff --git a/tests/Features/DeployInitWithLumen.php b/tests/Features/DeployInitWithLumenTest.php similarity index 97% rename from tests/Features/DeployInitWithLumen.php rename to tests/Features/DeployInitWithLumenTest.php index 3d9c325..ca5304f 100644 --- a/tests/Features/DeployInitWithLumen.php +++ b/tests/Features/DeployInitWithLumenTest.php @@ -7,6 +7,8 @@ class DeployInitWithLumenTest extends DeploymentTestCase { + protected $configs = null; + /** @test */ function it_generates_a_config_file_without_artisan_tasks_not_supported_by_lumen() { @@ -25,7 +27,6 @@ function it_generates_a_config_file_without_artisan_tasks_not_supported_by_lumen ], "ready" => [ "artisan:cache:clear", - "artisan:optimize", "artisan:migrate", ], "done" => [],