@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | Session::start(); |
47 | 47 | $sessionID = session_id(); |
48 | 48 | |
49 | - $response = $this->get('shortlist/add?id=' . $testpage->ID . '&type=Page&s=' . $sessionID); |
|
49 | + $response = $this->get('shortlist/add?id='.$testpage->ID.'&type=Page&s='.$sessionID); |
|
50 | 50 | |
51 | 51 | $shortlist = DataObject::get_one('ShortList', array('SessionID' => $sessionID)); |
52 | 52 | |
@@ -60,11 +60,11 @@ discard block |
||
60 | 60 | Session::start(); |
61 | 61 | $sessionID = session_id(); |
62 | 62 | |
63 | - $this->get('shortlist/add?id=' . $testpage->ID . '&type=Page&s=' . $sessionID . '&output=0'); |
|
63 | + $this->get('shortlist/add?id='.$testpage->ID.'&type=Page&s='.$sessionID.'&output=0'); |
|
64 | 64 | |
65 | 65 | $shortlist = DataObject::get_one('ShortList', array('SessionID' => $sessionID)); |
66 | 66 | |
67 | - $this->get('shortlist/remove?id=' . $testpage->ID . '&type=Page&s=' . $sessionID . '&output=0'); |
|
67 | + $this->get('shortlist/remove?id='.$testpage->ID.'&type=Page&s='.$sessionID.'&output=0'); |
|
68 | 68 | |
69 | 69 | $this->assertEquals($shortlist->ShortListItems()->Count(), 0); |
70 | 70 | } |