nextcloud/apps/files_trashbin/tests
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
..
js Add unit test for selection overlay actions in trashbin 2015-03-04 13:49:19 +01:00
storage.php Replace originalStorage in tests with a proper teardown 2015-04-08 12:45:38 +02:00
trashbin.php reset init status before login 2015-04-07 13:30:30 +02:00