You are here

public function Auth0Test::tearDown in Auth0 Single Sign On 8.2

Runs after each test completes.

File

vendor/auth0/auth0-php/tests/Auth0Test.php, line 50

Class

Auth0Test
Class Auth0Test

Namespace

Auth0\Tests

Code

public function tearDown() {
  parent::tearDown();
  $_GET = [];
}