Completed
Push — AUTOMATED_TESTING ( 377d38...bcf349 )
by Gordon
24:16 queued 09:19
created
tests/NearestPOIPage_ControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 		$nearPage = $this->objFromFixture('NearestPOIPage', 'StationFinder');
10 10
 		$nearPage->doPublish();
11 11
 		$link = $nearPage->Link();
12
-		error_log("POI PAGE LINK:".$link);
12
+		error_log("POI PAGE LINK:" . $link);
13 13
 
14 14
 		$pages = NearestPOIPage::get();
15 15
 		error_log($pages->first()->PointsOfInterestLayerID);
Please login to merge, or discard this patch.