diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2021-08-20 06:11:05 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2021-08-20 06:11:05 +0000 |
| commit | 9b6bd7e747bd5ed44d169a8e1baee0e519d209d6 (patch) | |
| tree | 104c177e3c0d40d7471d7c081d61dec15cb1bab9 /tests/_support/_generated | |
| parent | 8edcc69d26d73736b1bab92df28a00cd97ab8cf3 (diff) | |
Update der JSONAPI-Bibliotheken, fixes #80
Diffstat (limited to 'tests/_support/_generated')
| -rw-r--r-- | tests/_support/_generated/JsonapiTesterActions.php | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/tests/_support/_generated/JsonapiTesterActions.php b/tests/_support/_generated/JsonapiTesterActions.php index e4f4bde..9faaeec 100644 --- a/tests/_support/_generated/JsonapiTesterActions.php +++ b/tests/_support/_generated/JsonapiTesterActions.php @@ -2096,6 +2096,11 @@ trait JsonapiTesterActions /** * [!] Method is generated. Documentation taken from corresponding module. * + * @param array $credentials + * @param callable $function + * + * @return mixed + * * @SuppressWarnings(PHPMD.Superglobals) * @see \Helper\Jsonapi::withPHPLib() */ @@ -2107,7 +2112,13 @@ trait JsonapiTesterActions /** * [!] Method is generated. Documentation taken from corresponding module. * + * @param array $credentials + * @param string $method + * @param string $pattern + * @param callable $callable + * @param ?string $name * + * @return \Slim\App * @see \Helper\Jsonapi::createApp() */ public function createApp($credentials, $method, $pattern, $callable, $name = NULL) { @@ -2118,7 +2129,9 @@ trait JsonapiTesterActions /** * [!] Method is generated. Documentation taken from corresponding module. * + * @param array|null $credentials * + * @return JsonApiRequestBuilder * @see \Helper\Jsonapi::createRequestBuilder() */ public function createRequestBuilder($credentials = NULL) { @@ -2129,10 +2142,12 @@ trait JsonapiTesterActions /** * [!] Method is generated. Documentation taken from corresponding module. * + * @param \Slim\App $app * + * @return JsonApiResponse * @see \Helper\Jsonapi::sendMockRequest() */ - public function sendMockRequest($app, \Slim\Http\Request $request) { + public function sendMockRequest($app, \Slim\Psr7\Request $request) { return $this->getScenario()->runStep(new \Codeception\Step\Action('sendMockRequest', func_get_args())); } @@ -2143,7 +2158,7 @@ trait JsonapiTesterActions * * @see \Helper\Jsonapi::storeJsonMD() */ - public function storeJsonMD($filename, \Psr\Http\Message\ResponseInterface $response, $limit = NULL, $ellipsis = NULL) { + public function storeJsonMD(string $filename, \Psr\Http\Message\ResponseInterface $response, ?int $limit = NULL, ?string $ellipsis = NULL): string { return $this->getScenario()->runStep(new \Codeception\Step\Action('storeJsonMD', func_get_args())); } } |
