DbTestCase.php 198 Bytes
<?php

namespace tests\codeception\thread\unit;

/**
 * @inheritdoc
 */
class DbTestCase extends \yii\codeception\DbTestCase
{
    public $appConfig = '@tests/codeception/config/thread/unit.php';
}