浏览代码

Cleanup not needed tearDown part.

mscherer 3 年之前
父节点
当前提交
bd2d8f61bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/TestCase/View/Helper/FormHelperTest.php

+ 1 - 1
tests/TestCase/View/Helper/FormHelperTest.php

@@ -131,7 +131,7 @@ class FormHelperTest extends TestCase
     public function tearDown(): void
     {
         parent::tearDown();
-        unset($this->Form, $this->Controller, $this->View);
+        unset($this->Form, $this->View);
     }
 
     /**