aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-29 10:42:49 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-29 10:42:49 +0200
commitced2a4fcf283985a09698bdc5164c039b3996bbc (patch)
treefcd5f8b733131c126a8d06c84c3e338f35badb10 /tests/lib/files/view.php
parent39bf700790bb403948e6821499b4ada0d3314610 (diff)
downloadnextcloud-server-ced2a4fcf283985a09698bdc5164c039b3996bbc.tar.gz
nextcloud-server-ced2a4fcf283985a09698bdc5164c039b3996bbc.zip
Remove unneccessary statement from test
Diffstat (limited to 'tests/lib/files/view.php')
-rw-r--r--tests/lib/files/view.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/files/view.php b/tests/lib/files/view.php
index 682f3bb52af..f80dd06e1cb 100644
--- a/tests/lib/files/view.php
+++ b/tests/lib/files/view.php
@@ -393,8 +393,6 @@ class View extends \PHPUnit_Framework_TestCase {
$rootView->file_put_contents('/foo.txt', 'asd');
$this->assertNull($this->hookPath);
- $this->hookWritePath = $this->hookUpdatePath = $this->hookCreatePath = null;
-
$subView->file_put_contents('/foo.txt', 'asd');
$this->assertEquals('/substorage/foo.txt', $this->hookPath);
}