summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-04-06 16:40:36 +0200
committerDominik Eckelmann <deckelmann@gmail.com>2012-04-06 16:40:36 +0200
commit0a015988a9a3270416733697f5a42e24bb8f1bbe (patch)
tree48e344fa07923e9ca8dc6355f57f434bc8277879 /_test
parente56a0a2445dd849aa26d703cdd26b8daff82a6c0 (diff)
downloadrpg-0a015988a9a3270416733697f5a42e24bb8f1bbe.tar.gz
rpg-0a015988a9a3270416733697f5a42e24bb8f1bbe.tar.bz2
transformed parser unit tests to phpunit
Diffstat (limited to '_test')
-rw-r--r--_test/cases/inc/parser/xhtml_links.test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/cases/inc/parser/xhtml_links.test.php b/_test/cases/inc/parser/xhtml_links.test.php
index a9a6dfdbc..cac5e9252 100644
--- a/_test/cases/inc/parser/xhtml_links.test.php
+++ b/_test/cases/inc/parser/xhtml_links.test.php
@@ -1,5 +1,6 @@
<?php
if (!defined('DOKU_BASE')) define('DOKU_BASE','./');
+require_once DOKU_INC.'inc/init.php';
require_once DOKU_INC.'inc/parser/xhtml.php';
require_once DOKU_INC.'inc/pageutils.php';