spec\Crummy\Phlack\Message\Collection\AttachmentCollectionSpec::it_does_not_allow_other_elements_during_set PHP Метод

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

public it_does_not_allow_other_elements_during_set ( Crummy\Phlack\Message\FieldInterface $field )
$field Crummy\Phlack\Message\FieldInterface
    public function it_does_not_allow_other_elements_during_set(FieldInterface $field)
    {
        $this->shouldThrow('\\Crummy\\Phlack\\Common\\Exception\\RuntimeException')->during('set', ['the_key', $field]);
    }