From 5419af60ebdc58b91a86ef05a7c0aadbc4af349d Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sun, 7 Apr 2024 03:49:18 +0200 Subject: [PATCH] disable PHPCCDocumentationTest#testDNFTypesMethodTag --- .../modules/php/editor/completion/PHPCCDocumentationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCCDocumentationTest.java b/php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCCDocumentationTest.java index 99701c70484f..0ccb2a2869e3 100644 --- a/php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCCDocumentationTest.java +++ b/php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCCDocumentationTest.java @@ -557,11 +557,11 @@ public void testDeprecatedStaticTypedTraitFields_06() throws Exception { public void testDNFTypesPropertyTag() throws Exception { checkCompletionDocumentation("testfiles/completion/documentation/php82/dnfTypes.php", "$this->prop^erty;", false, ""); } - +/* test not stable, both 'methodTag' and 'methodTest' seem to apply, CslTestBase L3150 returns the first result which differs in some environments public void testDNFTypesMethodTag() throws Exception { checkCompletionDocumentation("testfiles/completion/documentation/php82/dnfTypes.php", "$this->methodT^ag($param1, $param2);", false, ""); } - +*/ public void testDNFTypesStaticMethodTag() throws Exception { checkCompletionDocumentation("testfiles/completion/documentation/php82/dnfTypes.php", "self::staticMethodTa^g($param1, $param2);", false, ""); }