mirror of
https://github.com/elyby/accounts.git
synced 2026-05-02 04:03:56 +05:30
Rework tests structure. Upgrade codeception to 2.5.3. Merge params configuration into app configuration.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace api\tests;
|
||||
|
||||
use api\tests\_generated\UnitTesterActions;
|
||||
use Codeception\Actor;
|
||||
|
||||
class UnitTester extends Actor {
|
||||
use UnitTesterActions;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user