Completed
Push — AUTOMATED_TESTING ( aecfa5...b401db )
by Gordon
12:37
created
tests/MappableDataTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
 	public function testGetRenderableMapSetNoMarkerValues() {
13 13
 		$instance = $this->getInstance();
14 14
 		$instance->MapPinEdited = true;
15
-		$html = $instance->getRenderableMap(300,800,2)->forTemplate()->getValue();
15
+		$html = $instance->getRenderableMap(300, 800, 2)->forTemplate()->getValue();
16 16
 		echo $html;
17 17
 		$expected = <<<HTML
18 18
 
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 		$instance->MapPinEdited = true;
50 50
 		$vals = array('TestKey' => ' TestKeyVal');
51 51
 		$instance->setMarkerTemplateValues($vals);
52
-		$html = $instance->getRenderableMap(300,800,2)->forTemplate()->getValue();
52
+		$html = $instance->getRenderableMap(300, 800, 2)->forTemplate()->getValue();
53 53
 		echo $html;
54 54
 		$expected = <<<HTML
55 55
 
Please login to merge, or discard this patch.