From b3cf244944c85b4f3f0a244d08eff82a2d36bf89 Mon Sep 17 00:00:00 2001 From: Corpsee Date: Fri, 9 May 2014 15:23:30 +0700 Subject: [PATCH] Added CommandExecutorInterface --- PHPCI/Helper/CommandExecutorInterface.php | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 PHPCI/Helper/CommandExecutorInterface.php diff --git a/PHPCI/Helper/CommandExecutorInterface.php b/PHPCI/Helper/CommandExecutorInterface.php new file mode 100644 index 00000000..8e75b166 --- /dev/null +++ b/PHPCI/Helper/CommandExecutorInterface.php @@ -0,0 +1,35 @@ +