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