Skip to content

Commit 9864f61

Browse files
committed
✅ Fix Lumen tests
1 parent 314d1dd commit 9864f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Features/DeployInitWithLumen.php renamed to tests/Features/DeployInitWithLumenTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
class DeployInitWithLumenTest extends DeploymentTestCase
99
{
10+
protected $configs = null;
11+
1012
/** @test */
1113
function it_generates_a_config_file_without_artisan_tasks_not_supported_by_lumen()
1214
{
@@ -25,7 +27,6 @@ function it_generates_a_config_file_without_artisan_tasks_not_supported_by_lumen
2527
],
2628
"ready" => [
2729
"artisan:cache:clear",
28-
"artisan:optimize",
2930
"artisan:migrate",
3031
],
3132
"done" => [],

0 commit comments

Comments
 (0)