Webception icon indicating copy to clipboard operation
Webception copied to clipboard

Exception when not all types exists.

Open Sarke opened this issue 10 years ago • 1 comments

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.

Sarke avatar Feb 03 '15 01:02 Sarke

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, 
),

elchesco avatar Feb 24 '15 17:02 elchesco