1 | <?php |
||
10 | class BooleanParserTest extends TestCase |
||
11 | { |
||
12 | public function provideInvalidData() |
||
35 | |||
36 | /** |
||
37 | * @covers \xKerman\Restricted\BooleanParser |
||
38 | * @dataProvider provideInvalidData |
||
39 | * @expectedException \xKerman\Restricted\UnserializeFailedException |
||
40 | */ |
||
41 | public function testParseFailure($input) |
||
47 | } |
||
48 |