You are here

protected static property ConnectionsTestMocked::$headers in Auth0 Single Sign On 8.2

Default request headers.

Type: array

File

vendor/auth0/auth0-php/tests/API/Management/ConnectionsMockedTest.php, line 31

Class

ConnectionsTestMocked
Class ConnectionsTestMocked.

Namespace

Auth0\Tests\API\Management

Code

protected static $headers = [
  'content-type' => 'json',
];