seregazhuk\tests\Bot\ProvidersContainerTest::it_should_proxy_client_info_to_response PHP Method

it_should_proxy_client_info_to_response() public method

    public function it_should_proxy_client_info_to_response()
    {
        $clientInfo = ['info'];
        $this->response->shouldReceive('getClientInfo')->andReturn($clientInfo);
        $this->assertEquals($clientInfo, $this->container->getClientInfo());
    }