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