Skip to content

Commit 85e888c

Browse files
committed
Added Response::removeDuplicateCookies() method
1 parent 4ed4d09 commit 85e888c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Arachne/Codeception/Http/Response.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ public function setCookie($name, $value, $time, $path = NULL, $domain = NULL, $s
149149
*/
150150
public function deleteCookie($name, $path = NULL, $domain = NULL, $secure = NULL)
151151
{
152-
return $this;
152+
}
153+
154+
public function removeDuplicateCookies()
155+
{
153156
}
154157

155158
}

0 commit comments

Comments
 (0)