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