Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -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-d | Joas Schilling | 2016-05-19 | 1 | -4/+2 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Only check the "was updated/inserted" when not on Oracle... | Joas Schilling | 2015-09-14 | 1 | -2/+8 |
| | |||||
* | Only query the appconfig once | Joas Schilling | 2015-09-03 | 1 | -204/+247 |
| | |||||
* | Fix unit test | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| | |||||
* | Use insertIfNotExists to avoid problems with parallel calls | Joas Schilling | 2015-05-11 | 1 | -4/+6 |
| | |||||
* | Add a test for parallel insert | Joas Schilling | 2015-05-11 | 1 | -12/+29 |
| | |||||
* | Always test the object and the legacy class | Joas Schilling | 2015-05-11 | 1 | -59/+127 |
| | |||||
* | Test improvements | Robin Appelman | 2015-02-17 | 1 | -0/+6 |
| | |||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+5 |
| | |||||
* | port of #9500 | Arthur Schiwon | 2014-07-08 | 1 | -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 tests | Robin Appelman | 2014-02-13 | 1 | -0/+2 |
| | |||||
* | Remove the Test_AppConfig_Object tests as they no longer make sense with caching | Robin Appelman | 2014-02-07 | 1 | -180/+0 |
| | |||||
* | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 1 | -1/+1 |
|\ | |||||
| * | Fixed apps loading order | Vincent Petry | 2013-12-20 | 1 | -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 asserts | Bart Visscher | 2013-09-19 | 1 | -4/+4 |
| | | |||||
* | | Convert OC_Appconfig to object interface | Bart Visscher | 2013-09-19 | 1 | -0/+181 |
|/ | | | | Implemented unittest for OC\AppConfig | ||||
* | Use setUpBeforeClass() and tearDownAfterClass() | kondou | 2013-08-06 | 1 | -3/+9 |
| | |||||
* | Revert "Add null and emptystring tests to check NOT NULL" | kondou | 2013-08-02 | 1 | -14/+0 |
| | | | | This reverts commit c74f3d0b90227f95c1b6d21bbb7ee28561b67446. | ||||
* | Add null and emptystring tests to check NOT NULL | kondou | 2013-08-02 | 1 | -0/+14 |
| | |||||
* | Add \OC_Appconfig Unittest | kondou | 2013-08-02 | 1 | -0/+126 |