protected function MemcacheddSessionHandlerTest::tearDown

File

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

Class

MemcacheddSessionHandlerTest

Namespace

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

Code

protected function tearDown() {
  $this->memcached = null;
  $this->storage = null;
}