Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function testGarbageCollection()
 {
     // test 1 second.
     $this->adapter = new RedisHandler($this->client, 1);
     parent::testGarbageCollection();
 }
Exemplo n.º 2
0
 public function tearDown()
 {
     parent::tearDown();
     $this->deleteAll(__DIR__ . '/sessions');
 }