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