seregazhuk\tests\Bot\Api\ProviderTest::createProviderInstance PHP Method

createProviderInstance() protected method

protected createProviderInstance ( )
    protected function createProviderInstance()
    {
        $providerReflection = new ReflectionClass($this->providerClass);
        $this->provider = $providerReflection->newInstanceArgs([$this->request, $this->response]);
        return $this;
    }