Files
yii2/tests/web/app/index.php
2013-05-09 12:00:15 -04:00

7 lines
145 B
PHP

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