mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-18 09:17:15 +08:00
12 lines
184 B
PHP
12 lines
184 B
PHP
<?php
|
|
|
|
namespace console\tests\unit;
|
|
|
|
/**
|
|
* @inheritdoc
|
|
*/
|
|
class DbTestCase extends \yii\codeception\DbTestCase
|
|
{
|
|
public $appConfig = '@codeception/config/console/config.php';
|
|
}
|