MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_php_no_error

Function test_php_no_error

tests/test_languages.py:706–708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

704# ── PHP ───────────────────────────────────────────────────────────────────────
705
706def test_php_no_error():
707 r = extract_php(FIXTURES / "sample.php")
708 assert "error" not in r
709
710def test_php_finds_class():
711 r = extract_php(FIXTURES / "sample.php")

Callers

nothing calls this directly

Calls 1

extract_phpFunction · 0.90

Tested by

no test coverage detected