Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
65 | public function testMacroError($format) |
||
66 | { |
||
67 | $this->setExpectedException( |
||
68 | '\Twig_Error_Syntax', |
||
69 | 'Macro tags do not work together with Twig tags provided by TwigExcelBundle. Please use \'xlsmacro\' instead in "macroError.twig".' |
||
70 | ); |
||
71 | $this->getDocument('macroError', $format); |
||
72 | } |
||
73 | } |
||
74 |