File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313use Rancoud \Session \DatabaseEncryption ;
1414use Rancoud \Session \SessionException ;
1515
16- /** @internal */
16+ /**
17+ * @internal
18+ */
1719class DatabaseEncryptionTest extends TestCase
1820{
1921 protected static DB $ db ;
Original file line number Diff line number Diff line change 1313use Rancoud \Session \Database ;
1414use Rancoud \Session \SessionException ;
1515
16- /** @internal */
16+ /**
17+ * @internal
18+ */
1719class DatabaseTest extends TestCase
1820{
1921 protected static DB $ db ;
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \TestCase ;
88use Rancoud \Session \Session ;
99
10- /** @internal */
10+ /**
11+ * @internal
12+ */
1113class DefaultEncryptionTest extends TestCase
1214{
1315 protected function setUp (): void
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \TestCase ;
88use Rancoud \Session \SessionException ;
99
10- /** @internal */
10+ /**
11+ * @internal
12+ */
1113class EncryptionTest extends TestCase
1214{
1315 public function testDefaultEncryption (): void
Original file line number Diff line number Diff line change 88use Rancoud \Session \FileEncryption ;
99use Rancoud \Session \SessionException ;
1010
11- /** @internal */
11+ /**
12+ * @internal
13+ */
1214class FileEncryptionTest extends TestCase
1315{
1416 protected function setUp (): void
Original file line number Diff line number Diff line change 88use Rancoud \Session \File ;
99use Rancoud \Session \SessionException ;
1010
11- /** @internal */
11+ /**
12+ * @internal
13+ */
1214class FileTest extends TestCase
1315{
1416 protected function setUp (): void
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \TestCase ;
88use Rancoud \Session \File ;
99
10- /** @internal */
10+ /**
11+ * @internal
12+ */
1113class FileWithNewPrefixTest extends TestCase
1214{
1315 protected function setUp (): void
Original file line number Diff line number Diff line change 88use Predis \Client as Predis ;
99use Rancoud \Session \RedisEncryption ;
1010
11- /** @internal */
11+ /**
12+ * @internal
13+ */
1214class RedisEncryptionTest extends TestCase
1315{
1416 private static Predis $ redis ;
Original file line number Diff line number Diff line change 99use Rancoud \Session \Redis ;
1010use Rancoud \Session \SessionException ;
1111
12- /** @internal */
12+ /**
13+ * @internal
14+ */
1315class RedisTest extends TestCase
1416{
1517 private static Predis $ redis ;
Original file line number Diff line number Diff line change 99use Rancoud \Session \Session ;
1010use Rancoud \Session \SessionException ;
1111
12- /** @internal */
12+ /**
13+ * @internal
14+ */
1315class SessionTest extends TestCase
1416{
1517 protected function setUp (): void
You can’t perform that action at this time.
0 commit comments