You are here

public function MetadataBagTest::testGetStorageKey in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Tests/Session/Storage/MetadataBagTest.php \Symfony\Component\HttpFoundation\Tests\Session\Storage\MetadataBagTest::testGetStorageKey()

File

vendor/symfony/http-foundation/Tests/Session/Storage/MetadataBagTest.php, line 75

Class

MetadataBagTest
Test class for MetadataBag.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

public function testGetStorageKey() {
  $this
    ->assertEquals('_sf2_meta', $this->bag
    ->getStorageKey());
}