1 | <?php |
||
10 | class ExpressionParserTest extends TestCase |
||
11 | { |
||
12 | public function provideInvalidData() |
||
23 | |||
24 | /** |
||
25 | * @covers \xKerman\Restricted\ExpressionParser |
||
26 | * @dataProvider provideInvalidData |
||
27 | * @expectedException \xKerman\Restricted\UnserializeFailedException |
||
28 | */ |
||
29 | public function testParseFailure($input) |
||
35 | } |
||
36 |