diff options
Diffstat (limited to 'tests/data/app/code-checker/test-deprecated-use-sub.php')
-rw-r--r-- | tests/data/app/code-checker/test-deprecated-use-sub.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/data/app/code-checker/test-deprecated-use-sub.php b/tests/data/app/code-checker/test-deprecated-use-sub.php deleted file mode 100644 index a53e9a7229e..00000000000 --- a/tests/data/app/code-checker/test-deprecated-use-sub.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -use OCP\AppFramework; - -/** - * Class BadClass - creating an instance of a blacklisted class is not allowed - */ -class BadClass implements AppFramework\IApi { -} |