From: Bjoern Schiessle Date: Mon, 2 Jun 2014 13:12:31 +0000 (+0200) Subject: fix unit test after adding the additional parameter to addStorageWrapper() X-Git-Tag: v7.0.0alpha2~127^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b30fb4862ac8c97dad4bde55a3ff8e406c74e47;p=nextcloud-server.git fix unit test after adding the additional parameter to addStorageWrapper() --- diff --git a/tests/lib/files/mount/mount.php b/tests/lib/files/mount/mount.php index b057204ad35..c3d33e0870b 100644 --- a/tests/lib/files/mount/mount.php +++ b/tests/lib/files/mount/mount.php @@ -35,7 +35,7 @@ class Mount extends \PHPUnit_Framework_TestCase { }; $loader = new Loader(); - $loader->addStorageWrapper($wrapper); + $loader->addStorageWrapper('test_wrapper', $wrapper); $storage = $this->getMockBuilder('\OC\Files\Storage\Temporary') ->disableOriginalConstructor()