You are here

public function RedirectResponseTest::testRedirectResponseConstructorNullUrl in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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

RedirectResponseTest

Namespace

Symfony\Component\HttpFoundation\Tests

Code

public function testRedirectResponseConstructorNullUrl() {
  $response = new RedirectResponse(null);
}