summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/CodeChecker/NodeVisitorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/App/CodeChecker/NodeVisitorTest.php')
-rw-r--r--tests/lib/App/CodeChecker/NodeVisitorTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/lib/App/CodeChecker/NodeVisitorTest.php b/tests/lib/App/CodeChecker/NodeVisitorTest.php
index d1b1f643677..2383b56b676 100644
--- a/tests/lib/App/CodeChecker/NodeVisitorTest.php
+++ b/tests/lib/App/CodeChecker/NodeVisitorTest.php
@@ -45,10 +45,10 @@ class NodeVisitorTest extends TestCase {
], 'test-deprecated-function-sub-alias.php'],
// TODO Failing to resolve variables to classes
-// [[['OCP\NamespaceName\ClassName::methodName', 1007]], 'test-deprecated-method.php'],
-// [[['Alias::methodName', 1002]], 'test-deprecated-method-alias.php'],
-// [[['NamespaceName\ClassName::methodName', 1002]], 'test-deprecated-method-sub.php'],
-// [[['SubAlias\ClassName::methodName', 1002]], 'test-deprecated-method-sub-alias.php'],
+ // [[['OCP\NamespaceName\ClassName::methodName', 1007]], 'test-deprecated-method.php'],
+ // [[['Alias::methodName', 1002]], 'test-deprecated-method-alias.php'],
+ // [[['NamespaceName\ClassName::methodName', 1002]], 'test-deprecated-method-sub.php'],
+ // [[['SubAlias\ClassName::methodName', 1002]], 'test-deprecated-method-sub-alias.php'],
];
}