| 1 | <?php |
||
| 9 | class PdfTwigTest extends AbstractTwigTest |
||
| 10 | { |
||
| 11 | protected static $TEMP_PATH = '/../../tmp/pdf/'; |
||
| 12 | |||
| 13 | // |
||
| 14 | // PhpUnit |
||
| 15 | // |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return array |
||
| 19 | */ |
||
| 20 | public function formatProvider() |
||
| 24 | |||
| 25 | // |
||
| 26 | // Tests |
||
| 27 | // |
||
| 28 | |||
| 29 | |||
| 30 | /** |
||
| 31 | * @param string $format |
||
| 32 | * @throws \Exception |
||
| 33 | * |
||
| 34 | * @dataProvider formatProvider |
||
| 35 | */ |
||
| 36 | public function testBasic($format) |
||
| 48 | } |
||
| 49 |