From: Joas Schilling Date: Tue, 29 Apr 2014 08:42:49 +0000 (+0200) Subject: Remove unneccessary statement from test X-Git-Tag: v7.0.0alpha2~330^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ced2a4fcf283985a09698bdc5164c039b3996bbc;p=nextcloud-server.git Remove unneccessary statement from test --- 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); }