From ced2a4fcf283985a09698bdc5164c039b3996bbc Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@gmx.de>
Date: Tue, 29 Apr 2014 10:42:49 +0200
Subject: [PATCH] Remove unneccessary statement from test

---
 tests/lib/files/view.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/lib/files/view.php b/tests/lib/files/view.php
index 682f3bb52a..f80dd06e1c 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);
 	}
-- 
GitLab