We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e6a0f commit a3e1c30Copy full SHA for a3e1c30
spec/CookieUtilSpec.php
@@ -23,7 +23,7 @@ function it_parses_cookie_date_string($cookieDateString, $expectedString)
23
function it_throws_an_exception_if_cookie_date_string_is_unparseable($cookieDateString)
24
{
25
$this->beConstructedThrough('parseDate', [$cookieDateString]);
26
- $this->shouldThrow(UnexpectedValueException::class);
+ $this->shouldThrow('Http\Message\Exception\UnexpectedValueException');
27
}
28
29
/**
0 commit comments