wiki.techinc.nl/tests/phpunit/includes/Storage
Thiemo Kreuz 6aa6d10e86 Replace all call_user_func(_array) in all tests
There is native support for all of this now in PHP, thanks to changes
and additions that have been made in later versions. There should be no
need any more to ever use call_user_func() or call_user_func_array().

Reviewing this should be fairly easy: Because this patch touches
exclusivly tests, but no production code, there is no such thing as
"insufficent test coverage". As long as CI goes green, this should be
fine.

Change-Id: Ib9690103687734bb5a85d3dab0e5642a07087bbc
2020-06-06 18:41:20 +02:00
..
BlobStoreFactoryTest.php storage: rename various $wikiId fields/parameters to $dbDomain 2019-06-28 00:57:04 +00:00
DerivedPageDataUpdaterTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
NameTableStoreFactoryTest.php Deprecate and stop using assertType(OrValue) 2019-12-15 00:07:59 +00:00
NameTableStoreTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
PageUpdaterTest.php Merge "RevisionStore and PageUpdater: handle stale page ID" 2020-04-27 21:16:52 +00:00
RevisionSlotsUpdateTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
SqlBlobStoreTest.php Remove compat code for pre-MCR schema. 2020-03-24 19:45:47 +01:00