mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Exposed basic app entry URL via codeception.yml, refactored configs of advanced app to read from config and define entry script in a single place
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
||||
|
||||
defined('YII_ENV') or define('YII_ENV', 'test');
|
||||
|
||||
defined('ROOT_DIR') or define('ROOT_DIR', dirname(dirname(dirname(__DIR__))));
|
||||
|
Reference in New Issue
Block a user