public function MemcachedSessionHandlerTest::testCloseSession in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php \Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MemcachedSessionHandlerTest::testCloseSession()
File
- vendor/
symfony/ http-foundation/ Tests/ Session/ Storage/ Handler/ MemcachedSessionHandlerTest.php, line 56
Class
Namespace
Symfony\Component\HttpFoundation\Tests\Session\Storage\HandlerCode
public function testCloseSession() {
$this
->assertTrue($this->storage
->close());
}