Test app fixed.

This commit is contained in:
resurtm
2013-05-25 21:53:15 +06:00
parent f1cfabbff0
commit c6480c646d
2 changed files with 2 additions and 7 deletions

View File

@@ -20,10 +20,6 @@ class SiteController extends Controller
public function actionIndex()
{
// $x = null;
// $x->y = 100;
throw new \yii\base\HttpException(500, 'Test exception');
// $x = 1;
echo $this->render('index');
}

View File

@@ -3,9 +3,8 @@
// comment out the following line to disable debug mode
defined('YII_DEBUG') or define('YII_DEBUG', true);
//require(__DIR__ . '/../vendor/yiisoft/yii2/yii/Yii.php');
//require(__DIR__ . '/../vendor/autoload.php');
require(__DIR__ . '/../../../framework/yii/Yii.php');
require(__DIR__ . '/../vendor/yiisoft/yii2/yii/Yii.php');
require(__DIR__ . '/../vendor/autoload.php');
$config = require(__DIR__ . '/../config/main.php');