yii-starter-kit / yii2-starter-kit

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

Fix variant for tests/bootstrap.php file #661

Closed rivieiraa closed 5 years ago

rivieiraa commented 5 years ago

This fixes ability to use index-test.php even if YII_ENV === 'prod' in .env file. The reason is the wrong sequence of require statements in /tests/bootstrap.php file. Review and merge, please.

XzAeRo commented 5 years ago

Thank you!