summaryrefslogtreecommitdiff
path: root/_testing/tests/testing/inttests_hooks.test.php
diff options
context:
space:
mode:
authorTobias Sarnowski <tobias@trustedco.de>2012-04-16 18:38:59 +0000
committerTobias Sarnowski <tobias@trustedco.de>2012-04-16 18:38:59 +0000
commit3899a460b1b77d73f7e99150a1ae6665201997f0 (patch)
treeffe2af13bf74f307604b789c8fc61bb0a5c58692 /_testing/tests/testing/inttests_hooks.test.php
parent6ba4af4c03e1a9428cd40714927ffea93df92ad8 (diff)
downloadrpg-3899a460b1b77d73f7e99150a1ae6665201997f0.tar.gz
rpg-3899a460b1b77d73f7e99150a1ae6665201997f0.tar.bz2
use DokuWikiTest class instead of PHPUnit_Framework_TestCase
Diffstat (limited to '_testing/tests/testing/inttests_hooks.test.php')
-rw-r--r--_testing/tests/testing/inttests_hooks.test.php2
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();