You are here

public function ParameterBagTest::testConstructor in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/symfony/http-foundation/Tests/ParameterBagTest.php \Symfony\Component\HttpFoundation\Tests\ParameterBagTest::testConstructor()
  2. 8.0 vendor/symfony/dependency-injection/Tests/ParameterBag/ParameterBagTest.php \Symfony\Component\DependencyInjection\Tests\ParameterBag\ParameterBagTest::testConstructor()
Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Tests/ParameterBagTest.php \Symfony\Component\HttpFoundation\Tests\ParameterBagTest::testConstructor()

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

File

vendor/symfony/http-foundation/Tests/ParameterBagTest.php, line 21

Class

ParameterBagTest

Namespace

Symfony\Component\HttpFoundation\Tests

Code

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