mirror of
https://github.com/elyby/accounts.git
synced 2024-11-16 02:03:42 +05:30
12 lines
188 B
PHP
12 lines
188 B
PHP
<?php
|
|
|
|
namespace tests\codeception\api\unit;
|
|
|
|
/**
|
|
* @inheritdoc
|
|
*/
|
|
class TestCase extends \yii\codeception\TestCase
|
|
{
|
|
public $appConfig = '@tests/codeception/config/api/unit.php';
|
|
}
|