You are here

public static function InformationHeadersExtendTest::tearDownAfterClass in Auth0 Single Sign On 8.2

File

vendor/auth0/auth0-php/tests/API/Helpers/InformationHeadersExtendTest.php, line 18

Class

InformationHeadersExtendTest
Class InformationHeadersExtendTest

Namespace

Auth0\Tests\Api\Helpers

Code

public static function tearDownAfterClass() {
  $reset_headers = new InformationHeaders();
  $reset_headers
    ->setCorePackage();
  ApiClient::setInfoHeadersData($reset_headers);
  parent::tearDownAfterClass();
}