TestCase.php 171 Bytes
<?php

namespace common\tests\unit;

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