| 1 | <?php |
||
| 10 | class ArrayParserTest extends TestCase |
||
| 11 | { |
||
| 12 | public function provideInvalidData() |
||
| 56 | |||
| 57 | /** |
||
| 58 | * @covers \xKerman\Restricted\ArrayParser |
||
| 59 | * @dataProvider provideInvalidData |
||
| 60 | * @expectedException \xKerman\Restricted\UnserializeFailedException |
||
| 61 | */ |
||
| 62 | public function testParseFailure($input) |
||
| 68 | } |
||
| 69 |