mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
7f5b0c1793
EchoTitleLocalCache title cache resolution ends up querying the database to resolve title id to Title object. In some corner case, we might only have one page in the database (UTPage as provided by MediaWikiTestCase), thus the id 2 would not resolve to a Title breaking the test. Use insertPage() to ensure we have a second page. Bug: T78592 Change-Id: Ia9dbb256f566e489e1c81d89b6a6077831e07fc3 |
||
---|---|---|
.. | ||
browser/features | ||
externals | ||
phpunit | ||
qunit/overlay | ||
bootstrap.php | ||
echo.suite.xml |