diff options
Diffstat (limited to '_testing/tests/inc/init_fullpath.test.php')
-rw-r--r-- | _testing/tests/inc/init_fullpath.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/tests/inc/init_fullpath.test.php b/_testing/tests/inc/init_fullpath.test.php index 23a627617..e5b322874 100644 --- a/_testing/tests/inc/init_fullpath.test.php +++ b/_testing/tests/inc/init_fullpath.test.php @@ -1,7 +1,7 @@ <?php require_once DOKU_INC.'inc/init.php'; -class init_fullpath_test extends PHPUnit_Framework_TestCase { +class init_fullpath_test extends DokuWikiTest { function test_unix_paths(){ $base = $_SERVER['SCRIPT_FILENAME']; |