diff --git a/App/Lib/Codeception.php b/App/Lib/Codeception.php index 76971be..d71b881 100644 --- a/App/Lib/Codeception.php +++ b/App/Lib/Codeception.php @@ -128,7 +128,7 @@ public function loadTests() // If the test type has been disabled in the Webception config, // skip processing the directory read for those tests. if (! $active) - break; + continue; $files = new \RecursiveIteratorIterator( new \RecursiveDirectoryIterator("{$this->config['paths']['tests']}/{$type}/", \FilesystemIterator::SKIP_DOTS),