mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Rework tests structure. Upgrade codeception to 2.5.3. Merge params configuration into app configuration.
This commit is contained in:
10
api/tests/_pages/IdentityInfoRoute.php
Normal file
10
api/tests/_pages/IdentityInfoRoute.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace api\tests\_pages;
|
||||
|
||||
class IdentityInfoRoute extends BasePage {
|
||||
|
||||
public function info() {
|
||||
$this->getActor()->sendGET('/api/account/v1/info');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user