clients\SoapRpcClientTest::shouldHandleMethodMethodWithoutParameters PHP Method

shouldHandleMethodMethodWithoutParameters() public method

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