exceptionTrap = new ExceptionTrap(); } /** * @return void */ public function testLogger(): void { $result = $this->exceptionTrap->getConfig('logger'); $this->assertSame(ErrorLogger::class, $result); } }