TestCase.php 194 Bytes
<?php

namespace tests\codeception\thread\unit;

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