mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
cleanup and re-aranged codeception tests for basic app
follow up to PR #1393
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once(__DIR__.'/yii_bootstrap.php');
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
||||
defined('YII_ENV') or define('YII_ENV', 'test');
|
||||
|
||||
require_once(__DIR__ . '/../vendor/autoload.php');
|
||||
require_once(__DIR__ . '/../vendor/yiisoft/yii2/yii/Yii.php');
|
||||
|
||||
Yii::setAlias('@tests', __DIR__);
|
||||
|
Reference in New Issue
Block a user