aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-351/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* FIx lib/ a-dJoas Schilling2016-05-191-4/+2
|
* 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
| | | | | | | | | | don't trigger update from checkPassword, it is already called by userExists, this is enough. do not write to database when the value is the same add test cases. also split test classes in a file each, looks like only the first class is being executed also appconfig shall not write to database if the value is unchanged
* 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