]> source.dussan.org Git - nextcloud-server.git/commit
Use dummy storages instead of real storages in files_external unit tests
authorRobin McCorkell <rmccorkell@karoshi.org.uk>
Mon, 2 Mar 2015 14:37:42 +0000 (14:37 +0000)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 3 Mar 2015 16:29:17 +0000 (17:29 +0100)
commitd6b9b37ddb8c5442895f1c9d6e45a8d0a4422747
treed3a2c3effe364fb693a123c7637c4f050809346c
parent7d3e22836575818348c7945a8304463afacfdc4f
Use dummy storages instead of real storages in files_external unit tests

We were using the SMB and SFTP backends, which since Icewind's new SMB library
results in an actual attempted connection just by constructing the storage.
This commit replaces all references to real storages (except when necessary)
with a dummy storage class.
apps/files_external/tests/mountconfig.php