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