MyBuilder\PhpunitAccelerator\TestListener::freeProperty PHP Метод

freeProperty() приватный Метод

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);
    }