We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just installed the Yii2 advanced template. I get this error when pointing sites to /tests/codeception.yml
/tests/codeception.yml
Type: ErrorException Code: 8 Message: Undefined index: tests File: /mnt/devserverstorage/www/webception/App/Lib/Codeception.php Line: 134
The contents of /tests/codeception.yml
include: - codeception/common - codeception/console - codeception/backend - codeception/frontend paths: log: codeception/_output settings: colors: true
As you can see, it doesn't have a tests property in paths.
tests
paths
Here's what is in /tests/codeception/common/codeception.yml
/tests/codeception/common/codeception.yml
namespace: tests\codeception\common actor: Tester paths: tests: . log: _output data: _data helpers: _support settings: bootstrap: _bootstrap.php suite_class: \PHPUnit_Framework_TestSuite colors: true memory_limit: 1024M log: true
Other than that, it's a great UI!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just installed the Yii2 advanced template. I get this error when pointing sites to
/tests/codeception.yml
Type: ErrorException
Code: 8
Message: Undefined index: tests
File: /mnt/devserverstorage/www/webception/App/Lib/Codeception.php
Line: 134
The contents of
/tests/codeception.yml
As you can see, it doesn't have a
tests
property inpaths
.Here's what is in
/tests/codeception/common/codeception.yml
Other than that, it's a great UI!
The text was updated successfully, but these errors were encountered: