Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Sep 6, 2020
1 parent f8915fa commit b3d2197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ddev/cmd/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func TestCustomCommands(t *testing.T) {
assert.NoError(err, "Failed to run ddev %s %v", c, args)
assert.Contains(out, "Examples:\n ddev testhostcmd\n ddev testhostcmd -h")

// Provide app configuration
app.Type = nodeps.AppTypePHP
err = app.WriteConfig()
assert.NoError(err)
Expand Down

0 comments on commit b3d2197

Please sign in to comment.