DbTestCase.php 202 Bytes
Newer Older
1 2
<?php

3
namespace tests\codeception\console\unit;
4

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