]> git.mxchange.org Git - friendica.git/commit
Add a bunch of tests for StatsCaching
authorPhilipp <admin@philipp.info>
Sat, 26 Apr 2025 23:36:30 +0000 (01:36 +0200)
committerPhilipp <admin@philipp.info>
Sun, 27 Apr 2025 19:26:48 +0000 (21:26 +0200)
commitb222aa0c48020de168291cd406e92c5f89ced396
treebbf7a868d843bec42428c8abb79bf6d73613864e
parent892fa595dacd3517a5f6b6d90e96c8f1eb1d82da
Add a bunch of tests for StatsCaching
15 files changed:
composer.json
composer.lock
src/Module/StatsCaching.php
tests/CacheLockTestCase.php [new file with mode: 0644]
tests/LockTestCase.php
tests/src/Core/Cache/ArrayCacheTest.php
tests/src/Core/Cache/ProfilerCacheDecoratorTest.php [new file with mode: 0644]
tests/src/Core/Lock/APCuCacheLockTest.php
tests/src/Core/Lock/ArrayCacheLockTest.php
tests/src/Core/Lock/DatabaseLockDriverTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php
tests/src/Core/Lock/RedisCacheLockTest.php
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Module/StatsCachingTest.php [new file with mode: 0644]