/is'; protected $tagName = 'HC'; protected function setUp() { $tag = $this->configurator->tags->add($this->tagName); $tag->attributes->add($this->attrName); $tag->rules->ignoreTags(); $tag->template = ''; } }