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