summaryrefslogtreecommitdiffstats
path: root/tests/lib/RichObjectStrings
Commit message (Collapse)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-4/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add test and adjust PHP function argumentsLukas Reschke2016-11-091-0/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add tests for validity of the definitionsJoas Schilling2016-11-091-0/+84
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-091-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add Rich Object Definitions and a validatorJoas Schilling2016-10-201-0/+53
Signed-off-by: Joas Schilling <coding@schilljs.com>