1 | <?php |
||
10 | class NullParserTest extends TestCase |
||
11 | { |
||
12 | public function provideInvalidData() |
||
29 | |||
30 | /** |
||
31 | * @covers \xKerman\Restricted\NullParser |
||
32 | * @dataProvider provideInvalidData |
||
33 | * @expectedException \xKerman\Restricted\UnserializeFailedException |
||
34 | */ |
||
35 | public function testParseFailure($input) |
||
41 | } |
||
42 |