| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | 18 | public function register(ConfigurableEnvironmentInterface $environment) |
|
| 27 | { |
||
| 28 | 18 | $environment->addBlockParser(new AttributesBlockParser()); |
|
| 29 | 18 | $environment->addInlineParser(new AttributesInlineParser()); |
|
| 30 | 18 | $environment->addEventListener(DocumentParsedEvent::class, [new AttributesListener(), 'processDocument']); |
|
| 31 | 18 | } |
|
| 32 | } |
||
| 33 |