Added Lock Unittests & Bugfixings
authorPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 14:15:03 +0000 (16:15 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 14:15:03 +0000 (16:15 +0200)
commit1ffe0cfd818ad48f7c227915d3abf68d26d8a06c
treebeaf7fa24f1da4fe28aa3f3ace74d34a2888f7c3
parente719a250829064e57f49d41e09ad21fafd19b48f
Added Lock Unittests & Bugfixings

Added Redis Lock Unittests
Added Memcached Lock Unittests

Fixed a bug in dba
Fixed a bug in RedisLock
.travis.yml
include/dba.php
src/Core/Cache/AbstractCacheDriver.php
src/Core/Cache/RedisCacheDriver.php
tests/src/Core/Lock/ArrayCacheLockDriverTest.php [new file with mode: 0644]
tests/src/Core/Lock/CacheLockDriverTest.php [deleted file]
tests/src/Core/Lock/DatabaseLockDriverTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/MemcachedCacheLockDriverTest.php [new file with mode: 0644]
tests/src/Core/Lock/RedisCacheLockDriverTest.php [new file with mode: 0644]
tests/src/Core/Lock/SemaphoreLockDriverTest.php