]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix unit test after adding the additional parameter to addStorageWrapper()
authorBjoern Schiessle <schiessle@owncloud.com>
Mon, 2 Jun 2014 13:12:31 +0000 (15:12 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 4 Jun 2014 05:55:46 +0000 (07:55 +0200)
tests/lib/files/mount/mount.php

index b057204ad3552929e7f932214e747cf55e6461a2..c3d33e0870b9c45df0e32dbbbf163bc7dcd79f9c 100644 (file)
@@ -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()