summaryrefslogtreecommitdiffstats
path: root/tests/lib/config.php
Commit message (Collapse)AuthorAgeFilesLines
* Add flock to configLukas Reschke2014-09-301-40/+92
| | | | | | | | | | | | | | | | | | This adds a file lock to the config in hope that this prevents race conditions as reported in https://github.com/owncloud/core/issues/11070 Testplan: - [ ] Delete config.php and make it read-only => Error is thrown that it is not writeable - [ ] Installation still works - [ ] Changing config settings works (i.e. using the SMTP config switches in the administration menu) - [ ] Your PC didn't blow up - [ ] Installing the news app and the "Disable AppCode checker" app did not destroy your installation Only skip the main config Otherwise read only additional configs might not be processed Test on tmpdir
* ignoring writedata test in windows.Clark Tomlinson2014-09-221-0/+3
|
* Revert "fix failing master branch - Test_Config::testWriteData"Bart Visscher2013-07-231-11/+0
| | | | This reverts commit 8f93490ac45fbd74bd0e9697a685fd43bb34239b.
* fix failing master branch - Test_Config::testWriteDataMorris Jobke2013-07-211-0/+11
|
* <<<EOL seems not to use proper end of lines on windowsThomas Mueller2013-07-151-28/+8
|
* fix \OC\Config test cases when debug mode is enabledRobin Appelman2013-07-051-0/+2
|
* fix test case whitespaceRobin Appelman2013-07-051-21/+14
|
* on unit test use @expectedExceptionThomas Müller2013-07-021-6/+9
| | | | some phpdoc added
* Set debugMode after reading the config fileBart Visscher2013-06-271-28/+22
|
* Revert "Can't determine if debug mode is defined until we read the config"Bart Visscher2013-06-271-9/+9
| | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab.
* Can't determine if debug mode is defined until we read the configMichael Gapczynski2013-06-101-9/+9
|
* Convert OC_Config to object interfaceBart Visscher2013-05-071-0/+113