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

Function resolve_disabled_when_empty_string

src/phpstan.rs:852–860  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

850
851 #[test]
852 fn resolve_disabled_when_empty_string() {
853 let config = PhpStanConfig {
854 command: Some(String::new()),
855 memory_limit: None,
856 timeout: None,
857 };
858 let result = resolve_phpstan(None, &config, None);
859 assert!(result.is_none());
860 }
861
862 #[test]
863 fn resolve_explicit_command() {

Callers

nothing calls this directly

Calls 1

resolve_phpstanFunction · 0.85

Tested by

no test coverage detected