Refactor ConfigMockTrait to mocked ConfigCache
authorPhilipp Holzer <admin@philipp.info>
Thu, 7 Feb 2019 19:44:03 +0000 (20:44 +0100)
committerPhilipp Holzer <admin@philipp.info>
Thu, 7 Feb 2019 19:44:03 +0000 (20:44 +0100)
commitcb791024e4dee6404567b025348fc08d852a9a0d
tree8f04911ed7061f5dcd66e987c7762a65af8902db
parent38ac615ba0e7ac1f77dc0c15f6e7870671ce5e9b
Refactor ConfigMockTrait to mocked ConfigCache
27 files changed:
src/Core/Config.php
src/Core/Config/AbstractDbaConfigAdapter.php [new file with mode: 0644]
src/Core/Config/ConfigCache.php
src/Core/Config/IConfigAdapter.php
src/Core/Config/IConfigCache.php
src/Core/Config/JITConfigAdapter.php
src/Core/Config/PreloadConfigAdapter.php
tests/Util/AppMockTrait.php
tests/Util/ConfigMockTrait.php [deleted file]
tests/Util/RendererMockTrait.php
tests/src/App/ModeTest.php
tests/src/BaseObjectTest.php
tests/src/Core/Cache/ArrayCacheDriverTest.php
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Cache/DatabaseCacheDriverTest.php
tests/src/Core/Cache/MemcacheCacheDriverTest.php
tests/src/Core/Cache/MemcachedCacheDriverTest.php
tests/src/Core/Cache/RedisCacheDriverTest.php
tests/src/Core/Console/AutomaticInstallationConsoleTest.php
tests/src/Core/Console/ConfigConsoleTest.php
tests/src/Core/Lock/ArrayCacheLockDriverTest.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
tests/src/Core/Lock/SemaphoreLockDriverTest.php
tests/src/Database/DBStructureTest.php