PhpBrew\Testing\PatchTestCase::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        $sourceDirectory = getenv('PHPBREW_BUILD_PHP_DIR');
        // don't clean up if the test failed.
        if ($this->hasFailed()) {
            return;
        }
        $this->cleanupBuildDirectory();
    }