public function MongoDbSessionHandlerTest::testOpenMethodAlwaysReturnTrue

File

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

Class

MongoDbSessionHandlerTest
@author Markus Bachmann <markus.bachmann@bachi.biz>

Namespace

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

Code

public function testOpenMethodAlwaysReturnTrue() {
  $this
    ->assertTrue($this->storage
    ->open('test', 'test'), 'The "open" method should always return true');
}