예제 #1
0
파일: ConfigTest.php 프로젝트: sebaks/view
 public function testGetInheritanceChainThrowExceptionIfOneParentIsUndefined()
 {
     $this->setExpectedException('UnexpectedValueException', "Parent view 'fake' not found");
     $this->config->getInheritanceChain($this->options['block7']);
 }