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