()
| 704 | # ── PHP ─────────────────────────────────────────────────────────────────────── |
| 705 | |
| 706 | def test_php_no_error(): |
| 707 | r = extract_php(FIXTURES / "sample.php") |
| 708 | assert "error" not in r |
| 709 | |
| 710 | def test_php_finds_class(): |
| 711 | r = extract_php(FIXTURES / "sample.php") |
nothing calls this directly
no test coverage detected