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