summaryrefslogtreecommitdiffstats
path: root/tests/lib/utilcheckserver.php
Commit message (Collapse)AuthorAgeFilesLines
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-3/+6
|
* Windows does not support CHMOD, therefor we can not test not writable foldersJoas Schilling2014-11-101-0/+4
|
* Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-181-0/+37
|
* Inject config into checkserver and cleanup testsRobin Appelman2014-09-181-19/+35
|
* Added .ocdata file to check for data folder validityVincent Petry2014-03-141-0/+108
In environments where the data folder is mount from another partition, it is important to check that the data folder we see is actually the real one. If the mount failed for some reasons, this fix will make ownCloud temporarily unavailable instead of causing unpredictable behavior.