nextcloud/tests/data/app/code-checker
Joas Schilling d904a09a04 The constant is now deprecated 2015-10-14 15:29:38 +02:00
..
test-const.php The constant is now deprecated 2015-10-14 15:29:38 +02:00
test-deprecated-constant-alias.php Allow checking for functions 2015-07-17 12:34:56 +02:00
test-deprecated-constant-sub-alias.php Allow checking for functions 2015-07-17 12:34:56 +02:00
test-deprecated-constant-sub.php Allow checking for functions 2015-07-17 12:34:56 +02:00
test-deprecated-constant.php Allow checking for functions 2015-07-17 12:34:56 +02:00
test-deprecated-function-alias.php Check for methods as good as possible 2015-07-17 12:34:56 +02:00
test-deprecated-function-sub-alias.php Check for methods as good as possible 2015-07-17 12:34:56 +02:00
test-deprecated-function-sub.php Check for methods as good as possible 2015-07-17 12:34:56 +02:00
test-deprecated-function.php Check for methods as good as possible 2015-07-17 12:34:56 +02:00
test-deprecated-method.php Check for methods as good as possible 2015-07-17 12:34:56 +02:00
test-deprecated-use-alias.php Correctly handle use statements 2015-07-17 12:34:56 +02:00
test-deprecated-use-sub-alias.php Correctly handle use statements 2015-07-17 12:34:56 +02:00
test-deprecated-use-sub.php Correctly handle use statements 2015-07-17 12:34:56 +02:00
test-deprecated-use.php Correctly handle use statements 2015-07-17 12:34:56 +02:00
test-equal.php Check usage of != and == - refs #16054 2015-05-05 12:59:33 +02:00
test-extends.php implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers 2015-02-10 11:51:24 +01:00
test-identical-operator.php add positive tests for operator in code checker 2015-05-05 13:09:12 +02:00
test-implements.php implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers 2015-02-10 11:51:24 +01:00
test-new.php implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers 2015-02-10 11:51:24 +01:00
test-not-equal.php Check usage of != and == - refs #16054 2015-05-05 12:59:33 +02:00
test-static-call.php implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers 2015-02-10 11:51:24 +01:00
test-use.php Correctly handle use statements 2015-07-17 12:34:56 +02:00