PhpBrew\Testing\CommandTestCase::tearDown PHP Method

tearDown() public method

but we might want to change it back if there is a test changed the environment variable.
public tearDown ( )
    public function tearDown()
    {
        if ($this->previousPhpBrewRoot !== null) {
            // putenv('PHPBREW_ROOT=' . $this->previousPhpBrewRoot);
        }
        if ($this->previousPhpBrewHome !== null) {
            // putenv('PHPBREW_HOME=' . $this->previousPhpBrewHome);
        }
    }