fromSetCookieString(string $string)
Creates the cookie from the cookie string.
createExpired(string $name)
Creates an already expired cookie.
Class CookieJarWrapperTest.
create(string $name, string $value=null)
Create a new cookie with the given name and value.
createRememberedForLongTime(string $name, string $value=null)
Create a new cookie with the given name and value which expires in 5 years.