We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a9487 commit 4315d1eCopy full SHA for 4315d1e
_test/Column.test.php
@@ -31,6 +31,7 @@ public function test_allTypes() {
31
'Url' => 'dokuwiki\\plugin\\struct\\types\\Url',
32
'User' => 'dokuwiki\\plugin\\struct\\types\\User',
33
'Wiki' => 'dokuwiki\\plugin\\struct\\types\\Wiki',
34
+ 'Summary' => 'dokuwiki\\plugin\\struct\\types\\Summary',
35
);
36
37
$this->assertEquals($expect, meta\Column::allTypes(true));
@@ -56,6 +57,7 @@ public function test_extendedTypes() {
56
57
58
59
60
61
62
63
global $EVENT_HANDLER;
0 commit comments