1 | <?php |
||
7 | class DateTimeToStringValueConverterTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | public function testConvertWithoutOutputFormatReturnsString() |
||
16 | |||
17 | /** |
||
18 | * @expectedException \Ddeboer\DataImport\Exception\UnexpectedValueException |
||
19 | * @expectedExceptionMessage Input must be DateTime object |
||
20 | */ |
||
21 | public function testInvalidInputFormatThrowsException() |
||
27 | } |
||
28 |