mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
6 lines
184 B
PHP
6 lines
184 B
PHP
<?php
|
|
|
|
new yii\web\Application(require(dirname(dirname(__DIR__)) . '/config/api/functional.php'));
|
|
|
|
\Codeception\Util\Autoload::registerSuffix('Steps', __DIR__ . DIRECTORY_SEPARATOR);
|