예제 #1
0
파일: ViewTest.php 프로젝트: kennyma/Jolt
 public function testGetBlock_EmptyBlock()
 {
     $view = new View();
     $this->assertTrue(is_null($view->getBlock('missing-block')));
 }