Commit c6480c64 by resurtm

Test app fixed.

parent f1cfabbf
......@@ -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');
}
......
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment