mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-08 08:17:24 +01:00
9 lines
150 B
PHP
9 lines
150 B
PHP
<?php
|
|
|
|
namespace console\tests\unit;
|
|
|
|
class TestCase extends \yii\codeception\TestCase
|
|
{
|
|
public $appConfig = '@console/tests/unit/_config.php';
|
|
}
|