| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | public function testMalformedContent(): void |
||
| 28 | { |
||
| 29 | $lib = new Parsers\Json(); |
||
| 30 | $this->assertInstanceOf(Parsers\AParser::class, $lib); |
||
| 31 | $this->assertEmpty($lib->parseInput([__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'malformed_json.txt'])); |
||
| 32 | } |
||
| 43 |