<?php
namespace tests\codeception\api\unit;


class TestCase extends \yii\codeception\TestCase {

    public $appConfig = '@tests/codeception/config/api/unit.php';

}