]> git.mxchange.org Git - friendica.git/commit
Add SessionUsers class including tests
authorPhilipp <admin@philipp.info>
Tue, 18 Oct 2022 20:20:04 +0000 (22:20 +0200)
committerPhilipp <admin@philipp.info>
Thu, 20 Oct 2022 18:27:34 +0000 (20:27 +0200)
commit940619325d9b2109d90b40347607302ebd944bd9
treee009841e005c7ba86c90fdb1765b939e91cc8a90
parent66a4c30eb796648d2962536e38785fc4cd43f9ad
Add SessionUsers class including tests
src/Core/Session/Capability/IHandleUserSessions.php [new file with mode: 0644]
src/Core/Session/Handler/Cache.php
src/Core/Session/Handler/Database.php
src/Core/Session/Model/UserSession.php [new file with mode: 0644]
src/Core/Session/Type/ArraySession.php [new file with mode: 0644]
src/DI.php
src/Model/Contact.php
static/dependencies.config.php
tests/src/Core/Session/UserSessionTest.php [new file with mode: 0644]