diff options
-rw-r--r-- | _test/cases/inc/parser/parser_links.test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/cases/inc/parser/parser_links.test.php b/_test/cases/inc/parser/parser_links.test.php index 98183b38b..81186ef5e 100644 --- a/_test/cases/inc/parser/parser_links.test.php +++ b/_test/cases/inc/parser/parser_links.test.php @@ -98,6 +98,7 @@ class TestOfDoku_Parser_Links extends TestOfDoku_Parser { $this->signal('failinfo',$source); $this->setup(); + $this->P->addMode('internallink',new Doku_Parser_Mode_InternalLink()); $this->P->addMode('externallink',new Doku_Parser_Mode_ExternalLink()); $this->P->parse("Foo $source Bar"); $calls = array ( |