]> source.dussan.org Git - nextcloud-server.git/commit
Migrate from ILogger to LoggerInterface where needed in the tests
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 21 Mar 2022 10:17:14 +0000 (11:17 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 24 Mar 2022 15:21:26 +0000 (16:21 +0100)
commit61f7f13bd81948f6179bb8f70b6711c002ddd70e
treef1238dd97d93203637bb203d4cf649b65c8fbc4a
parente8c1f75064ae008e50daa087924de5d29368747e
Migrate from ILogger to LoggerInterface where needed in the tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
39 files changed:
tests/Test/Repair/Owncloud/CleanPreviewsBackgroundJobTest.php
tests/lib/AppFramework/Routing/RoutingTest.php
tests/lib/DB/QueryBuilder/QueryBuilderTest.php
tests/lib/Encryption/EncryptionWrapperTest.php
tests/lib/Encryption/ManagerTest.php
tests/lib/EventDispatcher/SymfonyAdapterTest.php
tests/lib/Files/Config/UserMountCacheTest.php
tests/lib/Files/EtagTest.php
tests/lib/Files/Mount/ObjectStorePreviewCacheMountProviderTest.php
tests/lib/Files/Node/HookConnectorTest.php
tests/lib/Files/Node/IntegrationTest.php
tests/lib/Files/Node/NodeTest.php
tests/lib/Files/Node/RootTest.php
tests/lib/Files/Storage/Wrapper/EncryptionTest.php
tests/lib/Files/Type/DetectionTest.php
tests/lib/Files/Utils/ScannerTest.php
tests/lib/Group/ManagerTest.php
tests/lib/Http/Client/ClientServiceTest.php
tests/lib/Http/Client/ClientTest.php
tests/lib/Http/Client/LocalAddressCheckerTest.php
tests/lib/Lock/DBLockingProviderTest.php
tests/lib/Lock/NonCachingDBLockingProviderTest.php
tests/lib/Mail/MailerTest.php
tests/lib/Memcache/FactoryTest.php
tests/lib/Route/RouterTest.php
tests/lib/Security/Bruteforce/ThrottlerTest.php
tests/lib/Security/CertificateManagerTest.php
tests/lib/Security/IdentityProof/ManagerTest.php
tests/lib/Share20/ManagerTest.php
tests/lib/TempManagerTest.php
tests/lib/Template/CSSResourceLocatorTest.php
tests/lib/Template/IconsCacherTest.php
tests/lib/Template/JSCombinerTest.php
tests/lib/Template/JSResourceLocatorTest.php
tests/lib/Template/ResourceLocatorTest.php
tests/lib/Template/SCSSCacherTest.php
tests/lib/Traits/EncryptionTrait.php
tests/lib/Updater/ChangesCheckTest.php
tests/lib/User/SessionTest.php