Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }