accounts/tests/codeception/api/unit/TestCase.php

12 lines
188 B
PHP
Raw Normal View History

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