From 4f6ecd3da6975f15188641ec2f111a3e38a30f0a Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 7 May 2015 12:24:06 +0200 Subject: \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments. --- tests/lib/connector/sabre/copyetagheaderplugintest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/connector/sabre/copyetagheaderplugintest.php b/tests/lib/connector/sabre/copyetagheaderplugintest.php index 176f9c8d0ca..6b1b5e96fda 100644 --- a/tests/lib/connector/sabre/copyetagheaderplugintest.php +++ b/tests/lib/connector/sabre/copyetagheaderplugintest.php @@ -18,7 +18,7 @@ class CopyEtagPluginTest extends \Test\TestCase { public function setUp() { parent::setUp(); $this->server = new \Sabre\DAV\Server(); - $this->plugin = new \OC\Connector\Sabre\CopyEtagHeaderPlugin($this->tree); + $this->plugin = new \OC\Connector\Sabre\CopyEtagHeaderPlugin(); $this->plugin->initialize($this->server); } -- cgit v1.2.3