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