TestCase.php 176 Bytes
<?php

namespace common\tests\unit;

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