Fix ExternalLink tests

This commit is contained in:
Phy 2020-03-09 20:55:58 -04:00
parent 4da6a3ce61
commit 36c8a75c5c
No known key found for this signature in database
GPG Key ID: D475AA55A8144239
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class TestOfDoku_Parser_Links extends TestOfDoku_Parser {
}
function testExternalWWWLinkInRoundBrackets() {
$this->P->addMode('externallink',new Doku_Parser_Mode_ExternalLink());
$this->P->addMode('externallink',new ExternalLink());
$this->P->parse("Foo (www.google.com) Bar");
$calls = array (
array('document_start',array()),