From c8e0c5161e949aa728b06ea05e108ed0f5fa26ab Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Tue, 6 Jul 2021 19:46:48 +0200 Subject: [PATCH] test: case for Console\Command --- tests/acceptance/ConsoleCommand.feature | 65 +++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 tests/acceptance/ConsoleCommand.feature diff --git a/tests/acceptance/ConsoleCommand.feature b/tests/acceptance/ConsoleCommand.feature new file mode 100644 index 0000000..97cc5cc --- /dev/null +++ b/tests/acceptance/ConsoleCommand.feature @@ -0,0 +1,65 @@ +Feature: Console Command types + Illuminate\Console\Command have type support + + Background: + Given I have the following config + """ + + + + + + + + + + + """ + + Scenario: "artisan make:command Example" + Given I have the following code + """ +