public function MockApi::getHistoryMethod in Auth0 Single Sign On 8.2
Get the HTTP method from a mocked request.
Return value
string
File
- vendor/
auth0/ auth0-php/ tests/ MockApi.php, line 108
Class
- MockApi
- Class MockApi
Namespace
Auth0\TestsCode
public function getHistoryMethod() {
return $this
->getHistory()
->getMethod();
}