nextcloud/tests/data/app/code-checker
Morris Jobke 493844eda4 add positive tests for operator in code checker 2015-05-05 13:09:12 +02:00
..
test-const.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-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