spec\Phpro\SoapClient\CodeGenerator\Model\TypeMapSpec::it_has_types PHP Метод

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

public it_has_types ( )
    function it_has_types()
    {
        $types = $this->getTypes();
        $types[0]->shouldReturnAnInstanceOf(Type::class);
        $types[0]->getXsdName()->shouldBe('type1');
    }