diff options
Diffstat (limited to '_testing/tests/testing/inttests_hooks.test.php')
-rw-r--r-- | _testing/tests/testing/inttests_hooks.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/tests/testing/inttests_hooks.test.php b/_testing/tests/testing/inttests_hooks.test.php index d3fdbd738..98ca77e82 100644 --- a/_testing/tests/testing/inttests_hooks.test.php +++ b/_testing/tests/testing/inttests_hooks.test.php @@ -3,7 +3,7 @@ /** * @group integration */ -class InttestsHooksTest extends PHPUnit_Framework_TestCase { +class InttestsHooksTest extends DokuWikiTest { function testHookTriggering() { $request = new TestRequest(); |