You are here

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\Tests

Code

public function getHistoryMethod() {
  return $this
    ->getHistory()
    ->getMethod();
}