2016-07-14 21:03:28 +03:00
|
|
|
<?php
|
2016-07-16 04:13:51 +03:00
|
|
|
define('YII_ENV', 'test');
|
2016-07-14 21:03:28 +03: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-18 20:33:45 +03:00
|
|
|
require __DIR__ .'/../vendor/autoload.php';
|