public function MemcacheddSessionHandlerTest::testGcSession

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php, line 92

Class

MemcacheddSessionHandlerTest

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler

Code

public function testGcSession() {
  $this
    ->assertTrue($this->storage
    ->gc(123));
}