Skip to content

Commit

Permalink
disable PHPCCDocumentationTest#testDNFTypesMethodTag
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Apr 7, 2024
1 parent a016a69 commit 5419af6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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, "");
}
Expand Down

0 comments on commit 5419af6

Please sign in to comment.