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

12 行
198B

  1. <?php
  2. namespace tests\codeception\console\unit;
  3. /**
  4. * @inheritdoc
  5. */
  6. class TestCase extends \yii\codeception\TestCase
  7. {
  8. public $appConfig = '@tests/codeception/config/console/config.php';
  9. }