From 668ee6761759f98efd230af03da8ec5f941db6e3 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Tue, 6 Oct 2015 10:53:23 +0100 Subject: [PATCH] Incorrect docblock The "optionally" is not true, the config file is now required. --- PHPCI/Plugin/Codeception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Plugin/Codeception.php b/PHPCI/Plugin/Codeception.php index 6d020210..79f05cdf 100644 --- a/PHPCI/Plugin/Codeception.php +++ b/PHPCI/Plugin/Codeception.php @@ -99,7 +99,7 @@ class Codeception implements \PHPCI\Plugin, \PHPCI\ZeroConfigPlugin } /** - * Runs Codeception tests, optionally using specified config file(s). + * Runs Codeception tests */ public function execute() {