You are here

protected function DbConnectionsTest::setUp in Auth0 Single Sign On 8.2

File

vendor/auth0/auth0-php/tests/API/Authentication/DbConnectionsTest.php, line 14

Class

DbConnectionsTest

Namespace

Auth0\Tests\API\Authentication

Code

protected function setUp() {
  $this->email = 'test-dbconnections-user' . rand() . '@test.com';
}