wiki.techinc.nl/tests/phpunit/includes/changes
Thiemo Kreuz 6b2c9deef5 Replace all new stdClass() with identical (object)[]
This should be the exact same. Its more a style change than anything.
So why do it then?
* I believe this is much less confusing than code mentioning a weird
"standard class". Barely anybody knows what this is, and what the
difference between "object" and "stdClass" is.
* The code is shorter.
* It's even faster. In my micro benchmark it's twice as fast.

Change-Id: I7ee0e8ae6d9264a89b6cd1dd861f0466ae620ccc
2020-03-04 21:18:30 +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 Coding style: Auto-fix MediaWiki.Usage.PHPUnit* 2020-01-10 10:17:12 +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 Replace all new stdClass() with identical (object)[] 2020-03-04 21:18:30 +00:00
TestRecentChangesHelper.php