mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-19 09:54:07 +08:00
9 lines
152 B
PHP
9 lines
152 B
PHP
<?php
|
|
|
|
namespace common\tests\unit;
|
|
|
|
class DbTestCase extends \yii\codeception\DbTestCase
|
|
{
|
|
public $appConfig = '@common/tests/unit/_config.php';
|
|
}
|