()
| 766 | assert any("Throttle" in tgt for _, tgt in uses_cfg) |
| 767 | |
| 768 | def test_php_finds_container_bind(): |
| 769 | r = extract_php(FIXTURES / "sample_php_container.php") |
| 770 | assert "bound_to" in _relations(r) |
| 771 | |
| 772 | def test_php_container_bind_links_contract_to_implementation(): |
| 773 | r = extract_php(FIXTURES / "sample_php_container.php") |
nothing calls this directly
no test coverage detected