aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker/test-deprecated-method.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/app/code-checker/test-deprecated-method.php')
-rw-r--r--tests/data/app/code-checker/test-deprecated-method.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/data/app/code-checker/test-deprecated-method.php b/tests/data/app/code-checker/test-deprecated-method.php
deleted file mode 100644
index ee2fdb642d4..00000000000
--- a/tests/data/app/code-checker/test-deprecated-method.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-$class = new \OCP\NamespaceName\ClassName();
-$class->methodName();
-$class::methodName();