public function MemcacheSessionHandlerTest::testOpenSession

File

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

Class

MemcacheSessionHandlerTest

Namespace

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

Code

public function testOpenSession() {
  $this
    ->assertTrue($this->storage
    ->open('', ''));
}