simple-yewu/tests/codeception/frontend/unit/TestCase.php

11 lines
198 B

<?php
namespace tests\codeception\frontend\unit;
/**
* @inheritdoc
*/
class TestCase extends \yii\codeception\TestCase
{
public $appConfig = '@tests/codeception/config/frontend/unit.php';
}