Browse Source

Merge pull request #17056 from cakephp/4.x-cleanup

Cleanup not needed tearDown part.
Mark Story 3 years ago
parent
commit
fdebd57c80
1 changed files with 1 additions and 1 deletions
  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);
     }
 
     /**