clients\SoapRpcClientTest::shouldHandleMethodMethodWithoutParameters PHP Метод

shouldHandleMethodMethodWithoutParameters() публичный Метод

    public function shouldHandleMethodMethodWithoutParameters()
    {
        //when
        $responseForMethodWithoutParameters = $this->soapClient->methodWithoutParameters();
        //then
        $this->assertEquals('method without parameters', $responseForMethodWithoutParameters);
    }