選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

5 行
185B

  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';