summaryrefslogtreecommitdiffstats
path: root/tests/lib/appconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442
* | Enable appconfig assertsBart Visscher2013-09-191-4/+4
| |
* | Convert OC_Appconfig to object interfaceBart Visscher2013-09-191-0/+181
|/ | | | Implemented unittest for OC\AppConfig
* Use setUpBeforeClass() and tearDownAfterClass()kondou2013-08-061-3/+9
|
* Revert "Add null and emptystring tests to check NOT NULL"kondou2013-08-021-14/+0
| | | | This reverts commit c74f3d0b90227f95c1b6d21bbb7ee28561b67446.
* Add null and emptystring tests to check NOT NULLkondou2013-08-021-0/+14
|
* Add \OC_Appconfig Unittestkondou2013-08-021-0/+126