From 5e43c4e044df1d21467402f95604fdaeb2ffd318 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Sun, 7 Dec 2014 23:00:19 +0100 Subject: [PATCH] Dummy commands created for testing custom command behaviour --- tests/Dummies/Command/MyCommand.php | 13 +++++++++++++ tests/Dummies/Command/MyInconsistentCommand.php | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 tests/Dummies/Command/MyCommand.php create mode 100644 tests/Dummies/Command/MyInconsistentCommand.php diff --git a/tests/Dummies/Command/MyCommand.php b/tests/Dummies/Command/MyCommand.php new file mode 100644 index 0000000..20469e3 --- /dev/null +++ b/tests/Dummies/Command/MyCommand.php @@ -0,0 +1,13 @@ +