Files
yii2/tests/web/app/index.php
2014-01-10 21:58:50 -05:00

7 lines
151 B
PHP

<?php
require(__DIR__ . '/../../../framework/Yii.php');
$application = new yii\web\Application('test', __DIR__ . '/protected');
$application->run();