public function MetadataBagTest::testGetLastUsed

File

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

Class

MetadataBagTest
Test class for MetadataBag.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

public function testGetLastUsed() {
  $this
    ->assertLessThanOrEqual(time(), $this->bag
    ->getLastUsed());
}