コード例 #1
0
ファイル: LayoutTest.php プロジェクト: rexmac/zf2
 /**
  * @return void
  */
 public function testDisableInflector()
 {
     $layout = new Layout\Layout();
     $layout->disableInflector();
     $this->assertFalse($layout->inflectorEnabled());
 }