Completed
Push — AUTOMATED_TESTING ( 00f553...8b04e2 )
by Gordon
08:28
created
tests/NearestPOIPage_ControllerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
 		$nearPage = $this->objFromFixture('NearestPOIPage', 'StationFinder');
10 10
 		$this->logInWithPermission('ADMIN');
11 11
 		$nearPage->doPublish();
12
-		if(Member::currentUser()) {
12
+		if (Member::currentUser()) {
13 13
 			Member::currentUser()->logOut();
14 14
 		}
15 15
 		$link = $nearPage->Link();
16
-		error_log("POI PAGE LINK:".$link);
16
+		error_log("POI PAGE LINK:" . $link);
17 17
 
18 18
 		$url = $link;
19 19
 		error_log('TRYING URL ' . $url);
Please login to merge, or discard this patch.