mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Remove unneccessary statement from test
This commit is contained in:
parent
39bf700790
commit
ced2a4fcf2
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue