| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | protected function setUp() |
||
| 44 | { |
||
| 45 | // Set the default regexp |
||
| 46 | $this->escapeAll(false); |
||
| 47 | |||
| 48 | // Create the tag |
||
| 49 | $tag = $this->configurator->tags->add($this->tagName); |
||
| 50 | $tag->rules->disableAutoLineBreaks(); |
||
| 51 | $tag->rules->ignoreTags(); |
||
| 52 | $tag->rules->preventLineBreaks(); |
||
| 53 | $tag->template = '<xsl:apply-templates/>'; |
||
| 54 | } |
||
| 55 | } |