spec\Phpro\SoapClient\CodeGenerator\Model\TypeSpec::it_has_properties PHP Метод

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

public it_has_properties ( )
    function it_has_properties()
    {
        $props = $this->getProperties();
        $props[0]->shouldReturnAnInstanceOf(Property::class);
        $props[0]->getName()->shouldReturn('prop1');
        $props[0]->getType()->shouldReturn('string');
    }