public function RequestTest::testConstructor in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/RequestTest.php \Symfony\Component\HttpFoundation\Tests\RequestTest::testConstructor()
@covers Symfony\Component\HttpFoundation\Request::__construct
File
- vendor/
symfony/ http-foundation/ Tests/ RequestTest.php, line 23
Class
Namespace
Symfony\Component\HttpFoundation\TestsCode
public function testConstructor() {
$this
->testInitialize();
}