]> git.mxchange.org Git - friendica.git/commit
simplifying unittests (#5395)
authorPhilipp <admin+Github@philipp.info>
Wed, 18 Jul 2018 19:04:18 +0000 (21:04 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Wed, 18 Jul 2018 19:04:18 +0000 (15:04 -0400)
commit2d0446bd38b8954247def42e70da735667cc2ed2
treebed66d26b96902611c75cc215e8a1263ef697d02
parent2fa6cc000013089d59d9cc221b544ed1a7a4cd37
simplifying unittests (#5395)

* simplifying unittests

- use @requires instead class_exist
- define @small and @medium

* simplifying unittests

- removed unnecessary throwings
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Cache/MemcacheCacheDriverTest.php
tests/src/Core/Cache/MemcachedCacheDriverTest.php
tests/src/Core/Cache/MemoryCacheTest.php
tests/src/Core/Cache/RedisCacheDriverTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/MemcacheCacheLockDriverTest.php
tests/src/Core/Lock/MemcachedCacheLockDriverTest.php
tests/src/Core/Lock/RedisCacheLockDriverTest.php