diff --git a/_test/cases/inc/parser/parser_links.test.php b/_test/cases/inc/parser/parser_links.test.php
index 98183b38b92052f0620d51fed9b51b1303ca3787..81186ef5e517bbb27e282287d2d0ca26ef6100f3 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 (