fix unit test after adding the additional parameter to addStorageWrapper()

This commit is contained in:
Bjoern Schiessle 2014-06-02 15:12:31 +02:00 committed by Thomas Müller
parent ab6680e9ab
commit 2b30fb4862
1 changed files with 1 additions and 1 deletions

View 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()