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