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:
Alexander Makarov
2014-08-16 18:38:56 +04:00
parent cef430af01
commit c0a83142bf
9 changed files with 21 additions and 33 deletions

View File

@ -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__))));