Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -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 trashbin | Thomas Müller | 2015-04-07 | 1 | -0/+14 |
| | |||||
* | HHVM Workaround: Do not use Exception from Stream. | Andreas Fischer | 2015-01-09 | 1 | -12/+5 |
| | | | | Works around https://github.com/facebook/hhvm/issues/2436#issuecomment-69351373 | ||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -0/+5 |
| | |||||
* | add seek and tell to streamwrapper test | Jörn Friedrich Dreyer | 2014-09-21 | 1 | -0/+10 |
| | |||||
* | better unit tests for static stream wrapper | Robin Appelman | 2013-06-28 | 1 | -12/+0 |
| | |||||
* | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 1 | -2/+2 |
| | |||||
* | add oc:// streamwrapper to provide access to ownCloud's virtual filesystem | Robin Appelman | 2013-01-28 | 1 | -0/+19 |
| | |||||
* | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -38/+38 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -5/+5 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -4/+4 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -6/+6 |
| | |||||
* | initual phpunit support | Robin Appelman | 2012-10-03 | 1 | -2/+2 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | add streamwrapper that provides a callback on stream close | Robin Appelman | 2012-03-02 | 1 | -0/+31 |
| | |||||
* | proper mimetypes for encrypted files | Robin Appelman | 2012-02-21 | 1 | -0/+47 |