1
0
mirror of https://github.com/elyby/accounts.git synced 2025-05-31 14:11:46 +05:30

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);