diff options
Diffstat (limited to 'tests/lib/app/codechecker.php')
-rw-r--r-- | tests/lib/app/codechecker.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/app/codechecker.php b/tests/lib/app/codechecker.php index f45ee02d185..36c1251b8c5 100644 --- a/tests/lib/app/codechecker.php +++ b/tests/lib/app/codechecker.php @@ -35,8 +35,6 @@ class CodeChecker extends TestCase { ['OC_App', 1002, 'test-static-call.php'], ['OC_API', 1003, 'test-const.php'], ['OC_AppConfig', 1004, 'test-new.php'], - ['==', 1005, 'test-equal.php'], - ['!=', 1005, 'test-not-equal.php'], ]; } |