Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 lines
173B

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