mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 10:27:18 +08:00
12 lines
187 B
PHP
12 lines
187 B
PHP
<?php
|
|
|
|
namespace codeception\frontend\unit;
|
|
|
|
/**
|
|
* @inheritdoc
|
|
*/
|
|
class TestCase extends \yii\codeception\TestCase
|
|
{
|
|
public $appConfig = '@codeception/frontend/unit/_config.php';
|
|
}
|