protected function DbConnectionsTest::setUp in Auth0 Single Sign On 8.2
File
- vendor/
auth0/ auth0-php/ tests/ API/ Authentication/ DbConnectionsTest.php, line 14
Class
Namespace
Auth0\Tests\API\AuthenticationCode
protected function setUp() {
$this->email = 'test-dbconnections-user' . rand() . '@test.com';
}