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

10 lines
167 B
PHP
Raw Normal View History

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