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

Function test_php_finds_function

tests/test_languages.py:720–722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

718 assert any("post" in l for l in labels)
719
720def test_php_finds_function():
721 r = extract_php(FIXTURES / "sample.php")
722 assert any("parseResponse" in l for l in _labels(r))
723
724def test_php_finds_imports():
725 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