test(Session): Add class docblock for Test\Session\MemoryTest

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-01-25 10:31:18 -05:00 committed by GitHub
parent 87c21e2c4b
commit 028fbb29b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,10 @@ namespace Test\Session;
use OC\Session\Memory;
use OCP\Session\Exceptions\SessionNotAvailableException;
/**
* Concrete test case for OC\Session\Memory (in-memory session storage).
* Reuses session contract tests and adds in-memory specific assertions.
*/
class MemoryTest extends Session {
protected function setUp(): void {
parent::setUp();