spec\Phpro\SoapClient\Type\MultiArgumentRequestSpec::it_has_multiple_arguments PHP Method

it_has_multiple_arguments() public method

    function it_has_multiple_arguments()
    {
        $this->getArguments()->shouldBe(['arg1', 'arg2']);
    }