summaryrefslogtreecommitdiff
path: root/_test/tests/test/globals.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/test/globals.test.php')
-rw-r--r--_test/tests/test/globals.test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/_test/tests/test/globals.test.php b/_test/tests/test/globals.test.php
index b45b2bf83..180fd0d0d 100644
--- a/_test/tests/test/globals.test.php
+++ b/_test/tests/test/globals.test.php
@@ -5,9 +5,9 @@
*/
class InttestsGlobalsTest extends DokuWikiTest {
- /**
+ /**
* every request should be with its own variables
- */
+ */
function testFirstRun() {
global $EVENT_HANDLER;
@@ -24,7 +24,7 @@ class InttestsGlobalsTest extends DokuWikiTest {
);
$request->execute();
- }
+ }
/**
* @depends testFirstRun