示例#1
0
 public function testLoadLayoutWhenBlockIsNotGenerate()
 {
     $this->_layoutMock->expects($this->never())->method('generateElements');
     $this->_view->loadLayout(null, false, true);
 }