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