aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/streamwrappers.php
Commit message (Collapse)AuthorAgeFilesLines
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-0/+2
| | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* fixing unit test execution related to trashbinThomas Müller2015-04-071-0/+14
|
* HHVM Workaround: Do not use Exception from Stream.Andreas Fischer2015-01-091-12/+5
| | | | Works around https://github.com/facebook/hhvm/issues/2436#issuecomment-69351373
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+1
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-0/+5
|
* add seek and tell to streamwrapper testJörn Friedrich Dreyer2014-09-211-0/+10
|
* better unit tests for static stream wrapperRobin Appelman2013-06-281-12/+0
|
* Further seperation of mount management logicRobin Appelman2013-04-261-2/+2
|
* add oc:// streamwrapper to provide access to ownCloud's virtual filesystemRobin Appelman2013-01-281-0/+19
|
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-38/+38
|
* drop SimpleTest compatibilityThomas Mueller2013-01-241-5/+5
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-4/+4
|
* Checkstyle: many fixesFelix Moeller2012-11-021-6/+6
|
* initual phpunit supportRobin Appelman2012-10-031-2/+2
|
* adding space between) and {Thomas Mueller2012-09-071-6/+6
|
* add streamwrapper that provides a callback on stream closeRobin Appelman2012-03-021-0/+31
|
* proper mimetypes for encrypted filesRobin Appelman2012-02-211-0/+47