MyBuilder\PhpunitAccelerator\TestListener::freeProperty PHP Method

freeProperty() private method

private freeProperty ( PHPUnit_Framework_Test $test, ReflectionProperty $property )
$test PHPUnit_Framework_Test
$property ReflectionProperty
    private function freeProperty(\PHPUnit_Framework_Test $test, \ReflectionProperty $property)
    {
        $property->setAccessible(true);
        $property->setValue($test, null);
    }