mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
test(Session): Add class docblock for Test\Session\CryptoSessionDataTest
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
028fbb29b2
commit
5223cc1003
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ use OC\Session\Memory;
|
|||
use OCP\ISession;
|
||||
use OCP\Security\ICrypto;
|
||||
|
||||
/**
|
||||
* Test case for OC\Session\CryptoSessionData using in-memory session storage.
|
||||
* Reuses session contract tests but verifies they hold with encrypted storage
|
||||
* (i.e., session values are encrypted/decrypted transparently).
|
||||
*/
|
||||
class CryptoSessionDataTest extends Session {
|
||||
/** @var \PHPUnit\Framework\MockObject\MockObject|ICrypto */
|
||||
protected $crypto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue