We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4bf2 commit 2e4c991Copy full SHA for 2e4c991
Tests/CookieTest.php
@@ -198,6 +198,6 @@ public function testConstructException()
198
{
199
$this->expectException('UnexpectedValueException');
200
$this->expectExceptionMessage('The cookie expiration time "string" is not valid.');
201
- $cookie = new Cookie('foo', 'bar', 'string');
+ new Cookie('foo', 'bar', 'string');
202
}
203
0 commit comments