public function MemcacheSessionHandlerTest::testGcSession

File

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

Class

MemcacheSessionHandlerTest

Namespace

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

Code

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