diff options
Diffstat (limited to '_testing/tests/testing/inttests_globals.test.php')
-rw-r--r-- | _testing/tests/testing/inttests_globals.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |