Adjusted test configs structure

This commit is contained in:
Alexander Makarov
2014-08-17 18:45:58 +04:00
parent 28091ed2e8
commit c33214b35d
50 changed files with 133 additions and 174 deletions

View File

@ -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 = '@codeception/unit/_config.php';
public $appConfig = '@codeception/config/unit.php';
/**