diff options
Diffstat (limited to 'tests/data/app/code-checker/test-deprecated-constant-alias.php')
-rw-r--r-- | tests/data/app/code-checker/test-deprecated-constant-alias.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/data/app/code-checker/test-deprecated-constant-alias.php b/tests/data/app/code-checker/test-deprecated-constant-alias.php deleted file mode 100644 index b5a5bfdb762..00000000000 --- a/tests/data/app/code-checker/test-deprecated-constant-alias.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -use OCP\NamespaceName\ClassName as Alias; - -/** - * Class BadClass - creating an instance of a blacklisted class is not allowed - */ -Alias::CONSTANT_NAME; |