Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class syntax_plugin_description_test extends DokuWikiTest |
||
15 | { |
||
16 | protected $pluginsEnabled = array('description'); |
||
17 | |||
18 | /** |
||
19 | * copy data and add pages to the index. |
||
20 | */ |
||
21 | public static function setUpBeforeClass(): void |
||
22 | { |
||
23 | parent::setUpBeforeClass(); |
||
24 | TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/'); |
||
25 | } |
||
26 | |||
27 | public function setUp(): void |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @throws Exception if anything goes wrong |
||
38 | */ |
||
39 | final public function testHeaderFromSyntax(): void |
||
53 | } |