Completed
Branch AUTOMATED_TESTING (6eabf7)
by Gordon
14:03
created
tests/MapUtilTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 	}
25 25
 
26 26
 	public function test_set_map_size() {
27
-    	MapUtil::set_map_size('890px','24em');
27
+    	MapUtil::set_map_size('890px', '24em');
28 28
 		$html = $this->htmlForMap();
29 29
 		$this->assertContains(' style="width:890px; height: 24em;"', $html);
30 30
 	}
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 	}
72 72
 
73 73
 	private function htmlForMap() {
74
-		$map = MapUtil::get_map(new ArrayList(),array());
74
+		$map = MapUtil::get_map(new ArrayList(), array());
75 75
 		$html = $map->forTemplate();
76 76
 		return $html;
77 77
 	}
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 		$this->fail('No evidence of map type changing');
93 93
     }
94 94
 
95
-     public function test_set_info_window_width()  {
95
+     public function test_set_info_window_width() {
96 96
      	$this->fail('No evidence of set info width being used');
97 97
     }
98 98
 
Please login to merge, or discard this patch.