@@ -21,6 +21,6 @@ |
||
21 | 21 | |
22 | 22 | $response = $service->getResponseWithAcceptedCookie(); |
23 | 23 | |
24 | - $this->assertEquals($expectedResponse , $response); |
|
24 | + $this->assertEquals($expectedResponse, $response); |
|
25 | 25 | } |
26 | 26 | } |
27 | 27 | \ No newline at end of file |
@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | public function getResponseWithAcceptedCookie() |
20 | 20 | { |
21 | - $cookie = Cookie::create('msalsas-gdpr-consent-banner', 'accepted', strtotime('now + ' . $this->timeToExpire)); |
|
21 | + $cookie = Cookie::create('msalsas-gdpr-consent-banner', 'accepted', strtotime('now + '.$this->timeToExpire)); |
|
22 | 22 | $response = new Response("accepted"); |
23 | 23 | $response->headers->setCookie($cookie); |
24 | 24 |