public function CookieTest::testFromStringThrowsAnExceptionIfCookieIsNotValid in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/browser-kit/Tests/CookieTest.php \Symfony\Component\BrowserKit\Tests\CookieTest::testFromStringThrowsAnExceptionIfCookieIsNotValid()
File
- vendor/
symfony/ browser-kit/ Tests/ CookieTest.php, line 85
Class
Namespace
Symfony\Component\BrowserKit\TestsCode
public function testFromStringThrowsAnExceptionIfCookieIsNotValid() {
$this
->setExpectedException('InvalidArgumentException');
Cookie::fromString('foo');
}