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.

преди 8 години
1234567891011
  1. <?php
  2. namespace tests\codeception\frontend\unit;
  3. /**
  4. * @inheritdoc
  5. */
  6. class DbTestCase extends \yii\codeception\DbTestCase
  7. {
  8. public $appConfig = '@tests/codeception/config/frontend/unit.php';
  9. }