nextcloud/tests/lib/files/node
Vincent Petry f8cfc03f36 Replace originalStorage in tests with a proper teardown
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.
2015-04-08 12:45:38 +02:00
..
file.php Add getMountPoint to FileInfo 2014-12-17 14:03:50 +01:00
folder.php Add `getNonExistingName()` to the node api 2015-03-24 15:00:36 +01:00
integration.php Replace originalStorage in tests with a proper teardown 2015-04-08 12:45:38 +02:00
node.php Add unit test 2015-02-26 12:20:20 +01:00
root.php Add getMountPoint to FileInfo 2014-12-17 14:03:50 +01:00