mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #16153 from owncloud/CopyEtagHeaderPlugin-noarg
[HHVM] \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take any arguments
This commit is contained in:
commit
9f2f282191
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue