| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | protected function setUp() |
||
| 38 | { |
||
| 39 | $tag = $this->configurator->tags->add($this->tagName); |
||
| 40 | $tag->attributes->add($this->attrName); |
||
| 41 | $tag->rules->ignoreTags(); |
||
| 42 | $tag->template = '<xsl:comment><xsl:value-of select="@' . htmlspecialchars($this->attrName) . '"/></xsl:comment>'; |
||
| 43 | } |
||
| 44 | } |