瀏覽代碼

Remove unneccessary statement from test

tags/v7.0.0alpha2
Joas Schilling 10 年之前
父節點
當前提交
ced2a4fcf2
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      tests/lib/files/view.php

+ 0
- 2
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);
}

Loading…
取消
儲存