| 1 | <?php |
||
| 10 | class FloatParserTest extends TestCase |
||
| 11 | { |
||
| 12 | public function provideInvalidData() |
||
| 62 | |||
| 63 | /** |
||
| 64 | * @covers \xKerman\Restricted\FloatParser |
||
| 65 | * @dataProvider provideInvalidData |
||
| 66 | * @expectedException \xKerman\Restricted\UnserializeFailedException |
||
| 67 | */ |
||
| 68 | public function testParseFailure($input) |
||
| 74 | } |
||
| 75 |