Skip to content

Commit

Permalink
✅ Fix Lumen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Nov 1, 2019
1 parent 314d1dd commit 9864f61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand All @@ -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" => [],
Expand Down

0 comments on commit 9864f61

Please sign in to comment.