()
| 841 | |
| 842 | #[test] |
| 843 | fn parse_invalid_json() { |
| 844 | let result = parse_mago_json("not json", "", "Foo.php", "mago-lint"); |
| 845 | assert!(result.is_err()); |
| 846 | } |
| 847 | |
| 848 | // ── no matching file in annotations ───────────────────────────── |
| 849 |
nothing calls this directly
no test coverage detected