]> source.dussan.org Git - nextcloud-server.git/commit
Use assertStringContainsString instead of assertContains on strings
authorMorris Jobke <hey@morrisjobke.de>
Thu, 23 Jul 2020 11:36:32 +0000 (13:36 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 30 Jul 2020 11:17:13 +0000 (13:17 +0200)
commit3904acfe932be26be71daf2ae047a144ac8b48c9
tree2f9d28005d4f2a6ab2d0ea458bf20a98b57039f3
parent403040255f36e97be523dbaff50627c76dee1a6d
Use assertStringContainsString instead of assertContains on strings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/dav/tests/unit/Command/ListCalendarsTest.php
apps/dav/tests/unit/Command/MoveCalendarTest.php
tests/Core/Command/TwoFactorAuth/CleanupTest.php
tests/Core/Command/TwoFactorAuth/DisableTest.php
tests/Core/Command/TwoFactorAuth/EnableTest.php
tests/Core/Command/TwoFactorAuth/EnforceTest.php
tests/Core/Command/TwoFactorAuth/StateTest.php
tests/lib/AppFramework/Http/DownloadResponseTest.php