Clear the title cache in MutableRevisionRecordTest
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 25 Oct 2018 04:31:58 +0000 (21:31 -0700)
committerKrinkle <krinklemail@gmail.com>
Thu, 25 Oct 2018 21:16:27 +0000 (21:16 +0000)
commitc4d9d515067f67ea2134b144a4548b7d02c1e238
tree89cf6ce7c8334d42c266570b5f0973fa76e4f055
parent4108381175099e0847475834b439dfe63c616833
Clear the title cache in MutableRevisionRecordTest

Also do so in various other test classes.

Follows-up 170c49d61cb8. Fixes Travis CI regression:

> 1) MediaWiki\Tests\Revision\MutableRevisionRecordTest::testSetGetPageId
> Failed asserting that 2 is identical to 0.
> tests/phpunit/includes/Revision/MutableRevisionRecordTest.php:129

Change-Id: I41c8bda8e620ebe7608a393d81f3b0f13af68ba7
tests/phpunit/includes/Revision/MutableRevisionRecordTest.php
tests/phpunit/includes/TitleMethodsTest.php
tests/phpunit/includes/linker/LinkRendererTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderWikiModuleTest.php
tests/phpunit/includes/search/SearchNearMatcherTest.php