예제 #1
0
파일: LayoutTest.php 프로젝트: rexmac/zf2
 /**
  * @return void
  */
 public function testMvcEnabledFlagFalseAfterStandardInstantiation()
 {
     $layout = new Layout\Layout();
     $this->assertFalse($layout->getMvcEnabled());
 }