Completed
Push — master ( b90c26...b5ff5c )
by Mark
02:51
created
_test/syntax.test.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 		global $conf;
34 34
 		$conf['allowdebug'] = 1;
35 35
 
36
-		TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/');
36
+		TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/');
37 37
 
38 38
 		dbglog("\nset up class syntax_plugin_geotag_test");
39 39
 	}
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 			idx_addPage($val['id'], $verbose, $force);
57 57
 		}
58 58
 		if ($conf['allowdebug']) {
59
-			touch(DOKU_TMP_DATA.'cache/debug.log');
59
+			touch(DOKU_TMP_DATA . 'cache/debug.log');
60 60
 		}
61 61
 	}
62 62
 
@@ -67,12 +67,12 @@  discard block
 block discarded – undo
67 67
 		// try to get the debug log after running the test, print and clear
68 68
 		if ($conf['allowdebug']) {
69 69
 			print "\n";
70
-			readfile(DOKU_TMP_DATA.'cache/debug.log');
71
-			unlink(DOKU_TMP_DATA.'cache/debug.log');
70
+			readfile(DOKU_TMP_DATA . 'cache/debug.log');
71
+			unlink(DOKU_TMP_DATA . 'cache/debug.log');
72 72
 		}
73 73
 	}
74 74
 
75
-	public function test_geotag(){
75
+	public function test_geotag() {
76 76
 		$request = new TestRequest();
77 77
 		$response = $request->get(array('id'=>'minimalgeotag'), '/doku.php');
78 78
 
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 		);
90 90
 	}
91 91
 
92
-	public function test_fullgeotag(){
92
+	public function test_fullgeotag() {
93 93
 		$request = new TestRequest();
94 94
 		$response = $request->get(array('id'=>'fullgeotag'), '/doku.php');
95 95
 
Please login to merge, or discard this patch.