diff --git a/build/build b/build/build index d371dec..45f15bd 100755 --- a/build/build +++ b/build/build @@ -11,7 +11,7 @@ // fcgi doesn't have STDIN defined by default defined('STDIN') or define('STDIN', fopen('php://stdin', 'r')); -require(__DIR__ . '/../yii/Yii.php'); +require(__DIR__ . '/../framework/yii/Yii.php'); $id = 'yii-build'; $basePath = __DIR__; diff --git a/tests/unit/bootstrap.php b/tests/unit/bootstrap.php index a0fdab4..0580db6 100644 --- a/tests/unit/bootstrap.php +++ b/tests/unit/bootstrap.php @@ -5,7 +5,7 @@ define('YII_DEBUG', true); $_SERVER['SCRIPT_NAME'] = '/' . __DIR__; $_SERVER['SCRIPT_FILENAME'] = __FILE__; -require_once(__DIR__ . '/../../yii/Yii.php'); +require_once(__DIR__ . '/../../framework/yii/Yii.php'); Yii::setAlias('@yiiunit', __DIR__); diff --git a/tests/web/app/index.php b/tests/web/app/index.php index 7096665..5cc5b4b 100644 --- a/tests/web/app/index.php +++ b/tests/web/app/index.php @@ -1,6 +1,6 @@ run();