wiki.techinc.nl/tests/phpunit/includes/changes
Daimona Eaytoy f5529400cc Stop using assertContains with string haystack
This was done automatically by replacing every assertContains with
string *needle*. Then verifying the results.

Bug: T192167
Change-Id: Id8cbbf3b01e948f80046714183cc299f86be21fd
2019-12-15 00:22:44 +00:00
..
CategoryMembershipChangeTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
ChangesListBooleanFilterGroupTest.php
ChangesListBooleanFilterTest.php tests: Replace PHPUnit's loose assertEquals(false) with assertFalse() 2019-10-04 00:30:36 +00:00
ChangesListFilterTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
ChangesListStringOptionsFilterGroupTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
EnhancedChangesListTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
OldChangesListTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
RCCacheEntryFactoryTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
RecentChangeTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
TestRecentChangesHelper.php