diff options
Diffstat (limited to '_testing/tests/inc/remote.test.php')
-rw-r--r-- | _testing/tests/inc/remote.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/tests/inc/remote.test.php b/_testing/tests/inc/remote.test.php index e4efeb0d2..5dc868295 100644 --- a/_testing/tests/inc/remote.test.php +++ b/_testing/tests/inc/remote.test.php @@ -114,7 +114,7 @@ class remote_plugin_testplugin extends DokuWiki_Remote_Plugin { } -class remote_test extends PHPUnit_Framework_TestCase { +class remote_test extends DokuWikiTest { var $originalConf; var $userinfo; |