summaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker
Commit message (Expand)AuthorAgeFilesLines
* The constant is now deprecatedJoas Schilling2015-10-141-1/+1
* Check for methods as good as possibleJoas Schilling2015-07-175-0/+9
* Allow checking for functionsJoas Schilling2015-07-178-22/+24
* Add support for deprecated constantsJoas Schilling2015-07-174-0/+46
* Correctly handle use statementsJoas Schilling2015-07-175-0/+48
* add positive tests for operator in code checkerMorris Jobke2015-05-051-0/+13
* Check usage of != and == - refs #16054Thomas Müller2015-05-052-0/+22
* implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-105-0/+47