Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / CodeCleaner / CodeCleanerTestCase.php
index 996dbc7c056cc37145e36c60c5fbe82adba97fd0..6962c1141409ca8607665b7b0f6837847fe932c9 100644 (file)
@@ -19,6 +19,12 @@ class CodeCleanerTestCase extends ParserTestCase
 {
     protected $pass;
 
+    public function tearDown()
+    {
+        $this->pass = null;
+        parent::tearDown();
+    }
+
     protected function setPass(CodeCleanerPass $pass)
     {
         $this->pass = $pass;