summaryrefslogtreecommitdiffstats
path: root/tests/lib/appconfig.php
Commit message (Expand)AuthorAgeFilesLines
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
* Only check the "was updated/inserted" when not on Oracle...Joas Schilling2015-09-141-2/+8
* Only query the appconfig onceJoas Schilling2015-09-031-204/+247
* Fix unit testThomas Müller2015-07-031-1/+0
* Use insertIfNotExists to avoid problems with parallel callsJoas Schilling2015-05-111-4/+6
* Add a test for parallel insertJoas Schilling2015-05-111-12/+29
* Always test the object and the legacy classJoas Schilling2015-05-111-59/+127
* Test improvementsRobin Appelman2015-02-171-0/+6
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+5
* port of #9500Arthur Schiwon2014-07-081-0/+66
* sort expected result in testsRobin Appelman2014-02-131-0/+2
* Remove the Test_AppConfig_Object tests as they no longer make sense with cachingRobin Appelman2014-02-071-180/+0
* use the 'new' server container for appconfigRobin Appelman2014-02-071-1/+1
|\
| * Fixed apps loading orderVincent Petry2013-12-201-1/+1
* | Enable appconfig assertsBart Visscher2013-09-191-4/+4
* | Convert OC_Appconfig to object interfaceBart Visscher2013-09-191-0/+181
|/
* Use setUpBeforeClass() and tearDownAfterClass()kondou2013-08-061-3/+9
* Revert "Add null and emptystring tests to check NOT NULL"kondou2013-08-021-14/+0
* Add null and emptystring tests to check NOT NULLkondou2013-08-021-0/+14
* Add \OC_Appconfig Unittestkondou2013-08-021-0/+126