TestCase.php 180 Bytes
<?php

namespace console\tests\unit;

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