Example #1
0
 public function testGetInheritanceChainThrowExceptionIfOneParentIsUndefined()
 {
     $this->setExpectedException('UnexpectedValueException', "Parent view 'fake' not found");
     $this->config->getInheritanceChain($this->options['block7']);
 }