Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class action_plugin_description_test extends DokuWikiTest |
||
15 | { |
||
16 | protected $pluginsEnabled = array('description'); |
||
17 | |||
18 | public function setUp(): void |
||
19 | { |
||
20 | parent::setUp(); |
||
21 | |||
22 | global $conf; |
||
23 | $conf['allowdebug'] = 1; |
||
24 | $conf['keyword_source'] = 'abstract'; |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @throws Exception if anything goes wrong |
||
29 | */ |
||
30 | final public function testHeaders(): void |
||
39 | ); |
||
40 | } |
||
42 |