| 1 | <?php |
||
| 4 | class ExcelGenericDateItemConverterTest extends \PHPUnit_Framework_TestCase |
||
| 5 | { |
||
| 6 | |||
| 7 | /** |
||
| 8 | * @var ExcelGenericDateItemConverter |
||
| 9 | */ |
||
| 10 | private $sut; |
||
| 11 | |||
| 12 | protected function setUp() |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @dataProvider getConvertData |
||
| 19 | */ |
||
| 20 | public function testConvert($inputData, $expectedResult) |
||
| 24 | |||
| 25 | public function getConvertData() |
||
| 38 | |||
| 39 | } |
||
| 40 |