summaryrefslogtreecommitdiffstats
path: root/tests/lib/InfoXmlTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+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-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move settings to an appChristoph Wurst2019-09-281-0/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add the AppContainerRoeland Jago Douma2017-03-221-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add tests for commands in info.xmlRoeland Jago Douma2016-10-111-0/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make sure all the jobs, command, provides and migrations are validJoas Schilling2016-10-071-0/+122
Signed-off-by: Joas Schilling <coding@schilljs.com>