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

Function test_apply_substitution_nullable

src/inheritance_tests.rs:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23#[test]
24fn test_apply_substitution_nullable() {
25 let subs = make_subs(&[("TValue", "Language")]);
26
27 assert_eq!(apply_substitution("?TValue", &subs), "?Language");
28}
29
30#[test]
31fn test_apply_substitution_union() {

Callers

nothing calls this directly

Calls 1

make_subsFunction · 0.70

Tested by

no test coverage detected