| 1 | <?php |
||
| 7 | class DateTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @return array |
||
| 11 | */ |
||
| 12 | public function dataProvider() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param string $message |
||
| 37 | * @param array $placeholder |
||
| 38 | * @param string $expected |
||
| 39 | * |
||
| 40 | * @dataProvider dataProvider |
||
| 41 | */ |
||
| 42 | public function testDateMergeTags($message, array $placeholder, $expected) |
||
| 46 | } |