bootstrap.php in Auth0 Single Sign On 8.2
File
vendor/auth0/auth0-php/tests/bootstrap.phpView source
<?php
$tests_dir = dirname(__FILE__) . '/';
require_once $tests_dir . '../vendor/autoload.php';
define('AUTH0_PHP_TEST_INTEGRATION_SLEEP', 200000);
if (!defined('AUTH0_PHP_TEST_JSON_DIR')) {
define('AUTH0_PHP_TEST_JSON_DIR', $tests_dir . 'json/');
}
require_once $tests_dir . 'traits/ErrorHelpers.php';
Constants
Name | Description |
---|---|
AUTH0_PHP_TEST_INTEGRATION_SLEEP |