mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Codeception test adjustments for basic and advanced applications
- Moved everything test-related into `tests` directory. Codeception tests are in `codeception`. - Removed database module since we're using fixtures and migrations. - Moved console entry points and bootstrap into `tests/codeception/bin`. - Adjusted travis build scripts. - Adjusted documentation to be consistent and reflect changes made.
This commit is contained in:
@ -31,7 +31,7 @@ class TestCase extends Test
|
||||
* The application configuration array may contain an optional `class` element which specifies the class
|
||||
* name of the application instance to be created. By default, a [[\yii\web\Application]] instance will be created.
|
||||
*/
|
||||
public $appConfig = '@tests/unit/_config.php';
|
||||
public $appConfig = '@codeception/unit/_config.php';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user