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