Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when not all types exists. #35

Open
Sarke opened this issue Feb 3, 2015 · 1 comment
Open

Exception when not all types exists. #35

Sarke opened this issue Feb 3, 2015 · 1 comment

Comments

@Sarke
Copy link

Sarke commented Feb 3, 2015

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.

@elchesco
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants