Webception
Webception copied to clipboard
Exception when not all types exists.
Type: UnexpectedValueException Message: RecursiveDirectoryIterator::__construct(/tests/codeception/common/acceptance/): failed to open dir: No such file or directory File: /webception/App/Lib/Codeception.php Line: 134
I only have a unit
folder in there. If I create acceptance
and functional
folders in there then it will work.
try modifying your codeception.php file under webception/App/Config
around line 45 there's something like this:
'tests' => array(
'acceptance' => TRUE,
'functional' => TRUE,
'unit' => TRUE,
'api' => TRUE,
),