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