Пример #1
0
 public function testGetHandlerMethodReturnsApplicationHandlerByDefault()
 {
     $this->applicationConfig->setHandlerMethod('method');
     $this->assertSame('method', $this->config->getHandlerMethod());
 }