Skip to content
Snippets Groups Projects
Commit 118e0052 authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

update unittest with interwiki.conf change as well

parent 2a2a43c4
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class Test_resolveInterwiki extends PHPUnit_Framework_TestCase {
array('skype', 'foo @+%/#txt', 'skype:foo @+%/#txt'),
//dokuwiki id's
array('onlytext', 'foo @+%#txt', DOKU_BASE.'doku.php?id=onlytextfoo#txt'),
array('user', 'foo @+%#txt', DOKU_BASE.'doku.php?id=wiki:users:foo#txt'),
array('user', 'foo @+%#txt', DOKU_BASE.'doku.php?id=user:foo#txt'),
array('withquery', 'foo @+%#txt', DOKU_BASE.'doku.php?id=anyns:foo&do=edit#txt')
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment