summaryrefslogtreecommitdiffstats
path: root/tests/lib/preferences.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-241/+0
| | | | | | * keep old static methods - mapped to new ones and deprecated * removed deleteApp, getUsers, getApps because they are unused * make AllConfig unit tests more robust against not cleaned up environments
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+1
|
* port of #9500Arthur Schiwon2014-07-081-157/+62
| | | | | | | | | | 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
* allow to set pre-condition for setValueBjoern Schiessle2014-06-051-13/+41
|
* Sort the result before comparingJoas Schilling2014-06-051-1/+3
|
* Add method to get users by their preferenceJoas Schilling2014-06-051-0/+16
|
* Clean the database after the testJoas Schilling2014-05-211-0/+4
|
* Add a lot of users for testingJoas Schilling2014-05-211-1/+15
|
* Add test case for getValueForUsers()Joas Schilling2014-05-211-0/+19
|
* Add caching to OC\PreferencesRobin Appelman2014-02-181-52/+0
|
* Remove all uses of numRows().Andreas Fischer2013-12-211-4/+4
|
* Convert OC_Preference to object interfaceBart Visscher2013-09-191-0/+179
|
* Proper WHERE – the table is called userid not userkondou2013-08-061-1/+1
|
* Use setUpBeforeClass() and tearDownAfterClass()kondou2013-08-061-6/+2
|
* Clean up DB, after we're done with testingkondou2013-08-061-0/+9
|
* Add unittestskondou2013-08-051-0/+121
Unittests for: - search/result - util - preferences