Skip to content

Commit

Permalink
Removed resetting unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Jun 23, 2017
1 parent 5b05257 commit a8d7e08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TestSuite/ConsoleIntegrationTestCase.php
Expand Up @@ -90,7 +90,6 @@ public function tearDown()
parent::tearDown();

$this->_exitCode = null;
$this->_io = null;
$this->_out = null;
$this->_err = null;
$this->_in = null;
Expand Down

0 comments on commit a8d7e08

Please sign in to comment.