public function RedirectResponseTest::testRedirectResponseConstructorNullUrl in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Tests/RedirectResponseTest.php \Symfony\Component\HttpFoundation\Tests\RedirectResponseTest::testRedirectResponseConstructorNullUrl()
@expectedException \InvalidArgumentException
File
- vendor/
symfony/ http-foundation/ Tests/ RedirectResponseTest.php, line 31
Class
Namespace
Symfony\Component\HttpFoundation\TestsCode
public function testRedirectResponseConstructorNullUrl() {
$response = new RedirectResponse(null);
}