mirror of
https://github.com/elyby/accounts.git
synced 2026-04-16 10:52:47 +05:30
Рефакторинг console unit тестов
This commit is contained in:
@@ -12,6 +12,7 @@ modules:
|
||||
config:
|
||||
Yii2:
|
||||
configFile: '../config/api/functional.php'
|
||||
cleanup: true
|
||||
Redis:
|
||||
host: testredis
|
||||
port: 6379
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace tests\codeception\api\functional;
|
||||
|
||||
use Codeception\Specify;
|
||||
use tests\codeception\api\_pages\AccountsRoute;
|
||||
use tests\codeception\api\FunctionalTester;
|
||||
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
<?php
|
||||
new yii\web\Application(require __DIR__ . '/../../config/api/functional.php');
|
||||
|
||||
\Codeception\Util\Autoload::registerSuffix('Steps', __DIR__ . DIRECTORY_SEPARATOR);
|
||||
|
||||
Reference in New Issue
Block a user