Phan\Tests\PhanTestListener::endTest PHP Method

endTest() public method

public endTest ( PHPUnit_Framework_Test $test, $time )
$test PHPUnit_Framework_Test
    public function endTest(PHPUnit_Framework_Test $test, $time)
    {
        if ($test instanceof CodeBaseAwareTestInterface) {
            $test->setCodeBase(null);
        }
    }
PhanTestListener