public function MemcachedSessionHandlerTest::testOpenSession

File

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

Class

MemcachedSessionHandlerTest

Namespace

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

Code

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