authSecurityException = new AuthSecurityException; } /** * Test the getType() function. * * @return void */ public function testGetType() { $this->assertEquals( 'auth', $this->authSecurityException->getType(), '::getType should always return the type of `auth`.' ); } }