mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 09:47:25 +08:00
9 lines
147 B
PHP
9 lines
147 B
PHP
<?php
|
|
|
|
namespace console\tests\unit;
|
|
|
|
class TestCase extends \yii\codeception\TestCase
|
|
{
|
|
public $appConfig = '@console/tests/unit/_config.php';
|
|
}
|