seregazhuk\tests\helpers\ReflectionHelper::setUpReflection PHP Method

setUpReflection() protected method

protected setUpReflection ( )
    protected function setUpReflection()
    {
        $this->reflection = new ReflectionClass($this->provider);
        $this->setReflectedObject($this->provider);
        $this->setProperty('request', $this->request);
        return $this;
    }