yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

NOTE: Make sure this file is not accessible when deployed to production #727

Closed beautifullife closed 4 years ago

beautifullife commented 4 years ago
require(__DIR__ . '/../../tests/bootstrap.php');

// NOTE: Make sure this file is not accessible when deployed to production
if (YII_ENV !== 'test') {
    die('You are not allowed to access this file.');
}

/Applications/MAMP/htdocs/yii2-starter-kit/api/web/index-test.php:4:1