Skip to content

Commit 2e4c991

Browse files
committed
Remove unused local variables in tests
1 parent abe4bf2 commit 2e4c991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CookieTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ public function testConstructException()
198198
{
199199
$this->expectException('UnexpectedValueException');
200200
$this->expectExceptionMessage('The cookie expiration time "string" is not valid.');
201-
$cookie = new Cookie('foo', 'bar', 'string');
201+
new Cookie('foo', 'bar', 'string');
202202
}
203203
}

0 commit comments

Comments
 (0)