public function MetadataBagTest::testGetStorageKey

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php, line 80

Class

MetadataBagTest
Test class for MetadataBag.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

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