summaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker
Commit message (Collapse)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 - ↵Thomas Müller2015-02-105-0/+47
including console command to check local code to be used by developers