示例#1
0
文件: ViewTest.php 项目: kennyma/Jolt
 public function testGetBlock_EmptyBlock()
 {
     $view = new View();
     $this->assertTrue(is_null($view->getBlock('missing-block')));
 }