aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker/test-deprecated-constant.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/app/code-checker/test-deprecated-constant.php')
-rw-r--r--tests/data/app/code-checker/test-deprecated-constant.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/data/app/code-checker/test-deprecated-constant.php b/tests/data/app/code-checker/test-deprecated-constant.php
deleted file mode 100644
index 170b1d9e5ad..00000000000
--- a/tests/data/app/code-checker/test-deprecated-constant.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-/**
- * Class BadClass - creating an instance of a blacklisted class is not allowed
- */
-\OCP\NamespaceName\ClassName::CONSTANT_NAME;