From 3899a460b1b77d73f7e99150a1ae6665201997f0 Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Mon, 16 Apr 2012 18:38:59 +0000 Subject: use DokuWikiTest class instead of PHPUnit_Framework_TestCase --- _testing/tests/testing/inttests_hooks.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_testing/tests/testing/inttests_hooks.test.php') 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(); -- cgit v1.2.3