]> git.mxchange.org Git - friendica.git/commit
Fixings
authorPhilipp Holzer <admin@philipp.info>
Thu, 5 Jul 2018 18:57:31 +0000 (20:57 +0200)
committerPhilipp Holzer <admin@philipp.info>
Thu, 5 Jul 2018 18:57:31 +0000 (20:57 +0200)
commite41e7d2edd286483b2001b9164ca3039997e7634
treeb7c49478f6772279033841818b56b4a9ab9774b4
parent906bb25972bf3f23e6cc3b98a50c0f3fa0990964
Fixings

- fixed test for semaphore
- fixed some issues
- changed namespace in Tests back to "src/"
- changed namings
15 files changed:
src/Core/Cache/MemcachedCacheDriver.php
src/Core/Cache/RedisCacheDriver.php
src/Core/Lock.php
src/Core/Lock/AbstractLockDriver.php
src/Core/Lock/CacheLockDriver.php
src/Core/Lock/DatabaseLockDriver.php
src/Core/Lock/ILockDriver.php
src/Core/Lock/SemaphoreLockDriver.php
src/Core/Worker.php
src/Model/Item.php
src/Protocol/OStatus.php
tests/src/Core/Lock/CacheLockDriverTest.php
tests/src/Core/Lock/DatabaseLockDriverTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/SemaphoreLockDriverTest.php