mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
test(Session): Add class docblock for Test\Session\MemoryTest
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
87c21e2c4b
commit
028fbb29b2
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue