Skip to content

Commit

Permalink
Uz Yii 2.0.30
Browse files Browse the repository at this point in the history
Signed-off-by: uldisn <uldisnelsons@gmail.com>
  • Loading branch information
uldisn committed Nov 22, 2019
1 parent 7f51d73 commit c83843f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
$_SERVER['SCRIPT_NAME'] = '/' . __DIR__;
$_SERVER['SCRIPT_FILENAME'] = __FILE__;

require_once(__DIR__ . '/../vendor/autoload.php');
require_once(__DIR__ . '/../vendor/yiisoft/yii2/Yii.php');
require_once('../../autoload.php');
require_once('../yii2/Yii.php');

Yii::setAlias('@yiiunit/gii', __DIR__);
Yii::setAlias('@yii/gii', dirname(__DIR__) . '/src');
Expand Down

0 comments on commit c83843f

Please sign in to comment.