mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 04:38:03 +08:00
12 lines
186 B
PHP
12 lines
186 B
PHP
<?php
|
|
|
|
namespace codeception\common\unit;
|
|
|
|
/**
|
|
* @inheritdoc
|
|
*/
|
|
class DbTestCase extends \yii\codeception\DbTestCase
|
|
{
|
|
public $appConfig = '@codeception/config/common/unit.php';
|
|
}
|