TestCase.php 186 Bytes
<?php

namespace codeception\frontend\unit;

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