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