]> git.mxchange.org Git - friendica.git/commit
Creating interfaces for Config/PConfig & fix tests
authornupplaPhil <admin@philipp.info>
Thu, 19 Dec 2019 19:11:07 +0000 (20:11 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 29 Dec 2019 19:18:19 +0000 (20:18 +0100)
commitc1dbb256561ecdb19fe0541628b1ec0f06d95dfa
tree4f97d74a9a9a192128fdeff8a23a6a5bc5c6b1e9
parent4835f1185f7aa028948c3817c51f1aac6e9cbfb1
Creating interfaces for Config/PConfig & fix tests
54 files changed:
index.php
src/App.php
src/App/Authentication.php
src/App/BaseURL.php
src/App/Module.php
src/App/Page.php
src/Console/AutomaticInstallation.php
src/Console/Config.php
src/Console/Maintenance.php
src/Console/PostUpdate.php
src/Console/ServerBlock.php
src/Console/Typo.php
src/Core/Cache/MemcacheCache.php
src/Core/Cache/MemcachedCache.php
src/Core/Cache/RedisCache.php
src/Core/Config/Configuration.php
src/Core/Config/IConfiguration.php [new file with mode: 0644]
src/Core/Config/IPConfiguration.php [new file with mode: 0644]
src/Core/Config/PConfiguration.php
src/Core/L10n/L10n.php
src/Core/Process.php
src/DI.php
src/Factory/CacheFactory.php
src/Factory/ConfigFactory.php
src/Factory/LockFactory.php
src/Factory/LoggerFactory.php
src/Factory/SessionFactory.php
src/Model/Notify.php
src/Model/User/Cookie.php
src/Module/Diaspora/Receive.php
src/Util/Profiler.php
static/dependencies.config.php
tests/Util/AppMockTrait.php
tests/bootstrap.php
tests/functional/DependencyCheckTest.php
tests/include/ApiTest.php
tests/phpunit-local.xml [new file with mode: 0644]
tests/src/App/ModuleTest.php
tests/src/Console/ConfigConsoleTest.php
tests/src/Console/ServerBlockConsoleTest.php
tests/src/Content/Text/BBCodeTest.php
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Cache/RedisCacheTest.php
tests/src/Core/Config/ConfigurationTest.php
tests/src/Core/InstallerTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php
tests/src/Core/Lock/RedisCacheLockTest.php
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Model/User/CookieTest.php
tests/src/Network/CurlResultTest.php
tests/src/Util/BaseURLTest.php
tests/src/Util/ProfilerTest.php