Completed
Push — AUTOMATED_TESTING ( 28a62a...97d306 )
by Gordon
14:29
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
 
12
-		error_log("POI PAGE LINK:".$nearPage->Link());
12
+		error_log("POI PAGE LINK:" . $nearPage->Link());
13 13
 
14 14
 		$pages = NearestPOIPage::get();
15 15
 		error_log($pages->first()->PointsOfInterestLayerID);
Please login to merge, or discard this patch.