Completed
Push — AUTOMATED_TESTING ( 4cfed4...8e1a94 )
by Gordon
18:08
created
tests/MappableDataObjectSetTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 		$vals = array('TestKey' => ' TestKeyValMDOS');
32 32
 		$mappableList->setMarkerTemplateValues($vals);
33 33
 
34
-		$html = $mappableList->getRenderableMap(300,800,2)->setDivId('testmap')->forTemplate()->getValue();
34
+		$html = $mappableList->getRenderableMap(300, 800, 2)->setDivId('testmap')->forTemplate()->getValue();
35 35
 		$expected = <<<HTML
36 36
 
37 37
 
Please login to merge, or discard this patch.