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_globals.test.php | 2 +- _testing/tests/testing/inttests_hooks.test.php | 2 +- _testing/tests/testing/inttests_scope.test.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '_testing/tests/testing') diff --git a/_testing/tests/testing/inttests_globals.test.php b/_testing/tests/testing/inttests_globals.test.php index 6608044c1..d3beb433d 100644 --- a/_testing/tests/testing/inttests_globals.test.php +++ b/_testing/tests/testing/inttests_globals.test.php @@ -3,7 +3,7 @@ /** * @group integration */ -class InttestsGlobalsTest extends PHPUnit_Framework_TestCase { +class InttestsGlobalsTest extends DokuWikiTest { /** * Global variables should be restored for every test case. */ 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(); diff --git a/_testing/tests/testing/inttests_scope.test.php b/_testing/tests/testing/inttests_scope.test.php index 80c1fbd4e..af0e267b5 100644 --- a/_testing/tests/testing/inttests_scope.test.php +++ b/_testing/tests/testing/inttests_scope.test.php @@ -3,7 +3,7 @@ /** * @group integration */ -class InttestsScopeTest extends PHPUnit_Framework_TestCase { +class InttestsScopeTest extends DokuWikiTest { /** * It should be possible to have two test cases within one test class. */ -- cgit v1.2.3