Fixing tests
authorPhilipp Holzer <admin@philipp.info>
Sun, 17 Feb 2019 20:41:45 +0000 (21:41 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sun, 17 Feb 2019 20:41:45 +0000 (21:41 +0100)
commitf5adbd268b0ad6f9e090ebb44dc32a0d4a1fec3c
tree9facc5b89eddd51a2eb4f8d84ba35bdc962cc154
parent5e5c39b0e12154551ece88692c1567fc04db86ec
Fixing tests
18 files changed:
tests/Util/AppMockTrait.php
tests/Util/DBStructureMockTrait.php
tests/src/App/ModeTest.php
tests/src/BaseObjectTest.php
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Cache/MemcacheCacheDriverTest.php
tests/src/Core/Cache/MemcachedCacheDriverTest.php
tests/src/Core/Cache/RedisCacheDriverTest.php
tests/src/Core/Config/ConfigurationTest.php
tests/src/Core/Config/PConfigurationTest.php
tests/src/Core/Console/AutomaticInstallationConsoleTest.php
tests/src/Core/Console/ConfigConsoleTest.php
tests/src/Core/Console/ConsoleTest.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