summaryrefslogtreecommitdiff
path: root/_test/tests/test/globals.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-04-20 22:19:44 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-04-20 22:19:44 +0200
commite37739ccaac4a28aa2176487a637cbdf3d1b85a0 (patch)
treec902bf68d4e212aa2bd71f23d95e751060e639ed /_test/tests/test/globals.test.php
parent42dcf8b19dfef94b81a71813ce58e6a0b0026cb1 (diff)
downloadrpg-e37739ccaac4a28aa2176487a637cbdf3d1b85a0.tar.gz
rpg-e37739ccaac4a28aa2176487a637cbdf3d1b85a0.tar.bz2
some cleanup
removed unneeded data files, converted tabs to spaces
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