1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-03 15:12:57 +05:30
accounts/api/tests/_pages/InternalRoute.php

11 lines
228 B
PHP
Raw Normal View History

<?php
namespace api\tests\_pages;
class InternalRoute extends BasePage {
public function info(string $param, string $value) {
$this->getActor()->sendGET('/api/internal/accounts/info', [$param => $value]);
}
}