示例#1
0
文件: LayoutTest.php 项目: hjr3/zf2
 /**
  * @return void
  */
 public function testDisableInflector()
 {
     $layout = new Zend_Layout();
     $layout->disableInflector();
     $this->assertFalse($layout->inflectorEnabled());
 }