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

Function backend_set_version

tests/integration/php_version.rs:581–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

579
580#[test]
581fn backend_set_version() {
582 let backend = create_test_backend();
583 backend.set_php_version(PhpVersion::new(8, 2));
584 assert_eq!(backend.php_version(), PhpVersion::new(8, 2));
585}
586
587// ─── End-to-end: hover uses version filtering ───────────────────────────────
588

Callers

nothing calls this directly

Calls 2

create_test_backendFunction · 0.85
set_php_versionMethod · 0.80

Tested by

no test coverage detected