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

Function test_php_finds_container_bind

tests/test_languages.py:768–770  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

766 assert any("Throttle" in tgt for _, tgt in uses_cfg)
767
768def test_php_finds_container_bind():
769 r = extract_php(FIXTURES / "sample_php_container.php")
770 assert "bound_to" in _relations(r)
771
772def test_php_container_bind_links_contract_to_implementation():
773 r = extract_php(FIXTURES / "sample_php_container.php")

Callers

nothing calls this directly

Calls 2

extract_phpFunction · 0.90
_relationsFunction · 0.70

Tested by

no test coverage detected