summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/CapabilitiesContext.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Reset app configs by deleting the values instead of setting the defaultsDaniel Calviño Sánchez2020-11-161-11/+11
| | | | | | | | This avoids the need to keep the default values in the integration tests in sync with the code, and also makes possible to reset values with "dynamic" defaults (defaults that depend on other values). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+1
| | | | | | | | | | | | | | | 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>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-4/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fixed phpunit Test classJohn Molakvoæ (skjnldsv)2018-06-131-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust integration tests to new guzzleRobin Appelman2018-02-091-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-0/+22
|
* Add intergration testsRoeland Jago Douma2016-04-041-0/+1
|
* Make the app config code ready for reuseJoas Schilling2016-03-151-78/+1
|
* Fix inheritance of membersJoas Schilling2016-03-111-2/+0
|
* Fix capabilities intergration testsRoeland Jago Douma2016-03-081-2/+2
| | | | Split the array element selection and the member selection.
* Deduplicate the arrayJoas Schilling2015-12-111-20/+15
|
* Speed up the tests by reseting the configs and app only when neededJoas Schilling2015-12-111-22/+47
|
* Prepare logic to handle nested elements and add pending test casesSergio Bertolin2015-12-111-14/+19
|
* Added tests disabling options using testing appSergio Bertolin2015-12-111-4/+14
|
* Add an OCS app for testing instead of using sudo and execJoas Schilling2015-12-111-36/+44
|
* Added functionality to change server configurationSergio Bertolin2015-12-111-15/+40
|
* Added functionality for changing server configurationSergio Bertolin2015-12-111-0/+19
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-2/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Changed fail for assertEquals and removed fields which weren't checkedSergio Bertolin2015-12-031-8/+12
|
* Added capabilities context and testsSergio Bertolin2015-12-021-0/+45