ParaTest\Runners\PHPUnit\RunnerIntegrationTest::tearDown PHP Method

tearDown() protected method

protected tearDown ( )
    protected function tearDown()
    {
        $testcoverageFile = sys_get_temp_dir() . DS . 'testcoverage.php';
        if (file_exists($testcoverageFile)) {
            unlink($testcoverageFile);
        }
        parent::tearDown();
    }