diff options
Diffstat (limited to 'tests/data/app/code-checker/test-implements.php')
-rw-r--r-- | tests/data/app/code-checker/test-implements.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/data/app/code-checker/test-implements.php b/tests/data/app/code-checker/test-implements.php deleted file mode 100644 index 3bf2f959b52..00000000000 --- a/tests/data/app/code-checker/test-implements.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -/** - * Class BadClass - sub class a forbidden class is not allowed - * NOTE: lowercase typo is intended - */ -class BadClass implements oC_Avatar { - -} |