Avoid constructing Title objects in data providers
authordaniel <daniel.kinzler@wikimedia.de>
Fri, 31 Aug 2018 04:56:42 +0000 (14:56 +1000)
committerDaniel Kinzler <daniel.kinzler@wikimedia.de>
Mon, 3 Sep 2018 16:36:49 +0000 (16:36 +0000)
commit2d5b2f0f6a835446aab05c2009f785c430d25391
treed181e502478ee0e3d0648f579b99d951f499815a
parentdaee97fb6b36b04b968456ef724166491681d583
Avoid constructing Title objects in data providers

Bug: T202641
Change-Id: I34efa0b9329e740bcb292b2529ec8f7f925dc346
tests/phpunit/includes/RevisionDbTestBase.php
tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php
tests/phpunit/includes/Storage/RevisionRecordTests.php
tests/phpunit/includes/api/ApiQuerySearchTest.php
tests/phpunit/includes/diff/DifferenceEngineTest.php
tests/phpunit/mocks/search/MockSearchEngine.php
tests/phpunit/mocks/search/MockSearchResultSet.php