DbTestCase.php 190 Bytes
Newer Older
1 2 3 4
<?php

namespace codeception\frontend\unit;

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