TestCase.php 186 Bytes
Newer Older
1 2 3 4
<?php

namespace codeception\frontend\unit;

5 6 7
/**
 * @inheritdoc
 */
8 9
class TestCase extends \yii\codeception\TestCase
{
10
    public $appConfig = '@codeception/config/frontend/unit.php';
11
}