\OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments.

remotes/origin/poc-doctrine-migrations
Andreas Fischer 2015-05-07 12:24:06 +07:00
parent 2344298954
commit 4f6ecd3da6
1 changed files with 1 additions and 1 deletions

@ -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);
}