MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / resolve_no_binary_found

Function resolve_no_binary_found

src/mago.rs:968–975  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

966
967 #[test]
968 fn resolve_no_binary_found() {
969 let dir = tempfile::tempdir().unwrap();
970 let config = MagoConfig::default();
971 // No vendor/bin/mago, and PATH is unlikely to have it in test env.
972 // This test may still find mago on PATH in some environments,
973 // so we just verify it doesn't panic.
974 let _ = resolve_mago(Some(dir.path()), &config, None);
975 }
976
977 // ── timeout defaults ────────────────────────────────────────────
978

Callers

nothing calls this directly

Calls 2

resolve_magoFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected