diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-29 10:42:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-29 10:42:49 +0200 |
commit | ced2a4fcf283985a09698bdc5164c039b3996bbc (patch) | |
tree | fcd5f8b733131c126a8d06c84c3e338f35badb10 /tests/lib/files/view.php | |
parent | 39bf700790bb403948e6821499b4ada0d3314610 (diff) | |
download | nextcloud-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.php | 2 |
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); } |