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

Function test_php_finds_class

tests/test_languages.py:710–712  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

708 assert "error" not in r
709
710def test_php_finds_class():
711 r = extract_php(FIXTURES / "sample.php")
712 assert any("ApiClient" in l for l in _labels(r))
713
714def test_php_finds_methods():
715 r = extract_php(FIXTURES / "sample.php")

Callers

nothing calls this directly

Calls 2

extract_phpFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected