2016-07-15 02:03:28 +08:00
|
|
|
<?php
|
2016-07-16 09:13:51 +08:00
|
|
|
define('YII_ENV', 'test');
|
2016-07-15 02:03:28 +08:00
|
|
|
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
|
|
|
|
2017-09-12 17:16:50 +08:00
|
|
|
require_once __DIR__ . '/../vendor/yiisoft/yii2/Yii.php';
|
2016-07-19 01:33:45 +08:00
|
|
|
require __DIR__ .'/../vendor/autoload.php';
|