You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
186 B

8 months ago
  1. <?php
  2. define('YII_ENV', 'test');
  3. defined('YII_DEBUG') or define('YII_DEBUG', true);
  4. require_once __DIR__ . '/../vendor/yiisoft/yii2/Yii.php';
  5. require __DIR__ .'/../vendor/autoload.php';