You are here

public function MetadataBagTest::testGetCreated 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::testGetCreated()

File

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

Class

MetadataBagTest
Test class for MetadataBag.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

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