You are here

public function MockApi::getHistoryQuery in Auth0 Single Sign On 8.2

Get the URL query from a mocked request.

Return value

string

File

vendor/auth0/auth0-php/tests/MockApi.php, line 98

Class

MockApi
Class MockApi

Namespace

Auth0\Tests

Code

public function getHistoryQuery() {
  return $this
    ->getHistoryUrl(PHP_URL_QUERY);
}