| 1 | <?php |
||
| 11 | class DateFormatterFactoryTest extends \PHPUnit_Framework_TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @dataProvider dataProviderFormatterTest |
||
| 15 | * @param string $dateFormat |
||
| 16 | * @param string $formatterExpected |
||
| 17 | */ |
||
| 18 | public function testGetFormatter($dateFormat, $formatterExpected) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return array |
||
| 28 | */ |
||
| 29 | public function dataProviderFormatterTest() |
||
| 37 | } |
||
| 38 |