示例#1
0
文件: LayoutTest.php 项目: rexmac/zf2
 /**
  * @return void
  */
 public function testMvcEnabledFlagFalseAfterStandardInstantiation()
 {
     $layout = new Layout\Layout();
     $this->assertFalse($layout->getMvcEnabled());
 }