Move Title::getSubject/Talk/OtherPage to NamespaceInfo
authorAryeh Gregor <ayg@aryeh.name>
Mon, 29 Apr 2019 16:29:31 +0000 (19:29 +0300)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 6 May 2019 15:29:28 +0000 (08:29 -0700)
commite30cb5ba908609f33bcabd59114065e10dbdbdd2
treef9590fbcedc2749c7333606b19f9e15bd967b8e5
parent8d9d8c8bb319482919d3d62732b9a0f689ede052
Move Title::getSubject/Talk/OtherPage to NamespaceInfo

This allows converting some more code to LinkTarget. 100% test coverage.

Change-Id: I28903af6a41d02755f37f31561a524547445821e
RELEASE-NOTES-1.34
includes/Title.php
includes/title/NamespaceInfo.php
tests/phpunit/includes/TitleTest.php
tests/phpunit/includes/title/NamespaceInfoTest.php