diff --git a/tests/lib/Session/CryptoWrappingTest.php b/tests/lib/Session/CryptoWrappingTest.php index 2bc09e0903a..b466b5647c0 100644 --- a/tests/lib/Session/CryptoWrappingTest.php +++ b/tests/lib/Session/CryptoWrappingTest.php @@ -13,6 +13,12 @@ use OCP\ISession; use OCP\Security\ICrypto; use Test\TestCase; +/** + * Test cases for the internal logic of OC\Session\CryptoSessionData. + * Focuses on correct encryption/decryption of session data and wrapping behavior. + * + * TODO: Should really be testing CryptoWrapper! + */ class CryptoWrappingTest extends TestCase { /** @var \PHPUnit\Framework\MockObject\MockObject|ICrypto */ protected $crypto;