public function RequestTest::testConstructor

@covers Symfony\Component\HttpFoundation\Request::__construct

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php, line 23

Class

RequestTest

Namespace

Symfony\Component\HttpFoundation\Tests

Code

public function testConstructor() {
  $this
    ->testInitialize();
}