()
| 817 | |
| 818 | #[test] |
| 819 | fn parse_invalid_json() { |
| 820 | let result = parse_phpstan_json("not json", Path::new("Foo.php")); |
| 821 | assert!(result.is_err()); |
| 822 | } |
| 823 | |
| 824 | #[test] |
| 825 | fn parse_message_line_zero_defaults_to_line_1() { |
nothing calls this directly
no test coverage detected