public function testGetHandlerReturnsApplicationHandlerByDefault() { $handler = new NullHandler(); $this->applicationConfig->setHandler($handler); $this->assertSame($handler, $this->config->getHandler()); }