public function MetadataBagTest::testGetCreated

File

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

Class

MetadataBagTest
Test class for MetadataBag.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

public function testGetCreated() {
  $this
    ->assertEquals(1234567, $this->bag
    ->getCreated());
}