spec\Phpro\SoapClient\CodeGenerator\Context\TypeContextSpec::it_has_a_type PHP Метод

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

public it_has_a_type ( Type $type )
$type Phpro\SoapClient\CodeGenerator\Model\Type
    function it_has_a_type(Type $type)
    {
        $this->getType()->shouldReturn($type);
    }