spec\Phpro\SoapClient\CodeGenerator\Context\ClassMapContextSpec::it_has_a_typemap PHP Method

it_has_a_typemap() public method

public it_has_a_typemap ( TypeMap $typeMap )
$typeMap Phpro\SoapClient\CodeGenerator\Model\TypeMap
    function it_has_a_typemap(TypeMap $typeMap)
    {
        $this->getTypeMap()->shouldReturn($typeMap);
    }