summaryrefslogtreecommitdiffstats
path: root/tests/lib/SetupTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Get the Installer via DIMorris Jobke2017-11-251-1/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-8/+9
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-7/+7
| | | | | | * preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove useless dependency on SQLite (non-PDO)Morris Jobke2017-01-251-14/+2
| | | | | | | * we only require the PDO driver * fixes #481 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix getMock SetupTestRoeland Jago Douma2016-09-071-9/+14
|
* fix testRobin Appelman2016-07-131-8/+8
|
* Fix lib/Joas Schilling2016-05-191-0/+135