Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
50 | public function testDocumentError($format) |
||
51 | { |
||
52 | $this->setExpectedException( |
||
53 | '\Twig_Error_Syntax', |
||
54 | 'Node "MewesK\TwigExcelBundle\Twig\Node\XlsDocumentNode" is not allowed inside of Node "MewesK\TwigExcelBundle\Twig\Node\XlsSheetNode"' |
||
55 | ); |
||
56 | $this->getDocument('documentError', $format); |
||
57 | } |
||
58 | |||
74 |