Fixed & added unittests
authorPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 18:35:42 +0000 (20:35 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 18:35:42 +0000 (20:35 +0200)
commit3cde7a3e4b8f43d3bcb1abf8d6dbe2978027da75
treed2e3a5cc6268ba3b19ad1a0b4ce28658f6848bc7
parent065b83d148775f30712532d0242f7d1508a7d0b0
Fixed & added unittests
tests/src/Core/Cache/ArrayCacheDriverTest.php
tests/src/Core/Cache/DatabaseCacheDriverTest.php
tests/src/Core/Cache/MemcacheCacheDriverTest.php
tests/src/Core/Cache/MemcachedCacheDriverTest.php
tests/src/Core/Cache/MemoryCacheTest.php [new file with mode: 0644]
tests/src/Core/Cache/RedisCacheDriverTest.php