Title: Test the ->equals() method more thoughroughly
authorJames D. Forrester <jforrester@wikimedia.org>
Sat, 16 Mar 2019 19:40:13 +0000 (12:40 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 21 Mar 2019 23:54:58 +0000 (16:54 -0700)
commit76617a777176ac1109791929c90bc054c69bcfd1
tree724430c255d5aeb0c58926af3b4bb0ad7428044a
parentbfbfaa2df4428889b59e8c72650db15463b0d6a8
Title: Test the ->equals() method more thoughroughly

Move from TitleMethodTest to TitleTest for simplicity with duplicating
into TitleValueTest. We're not using the language- and namespace-specific
test setup with these tests anyway.

Change-Id: Ieec78c35f04faea5e01da8d39ed88f7c4876ac84
tests/phpunit/includes/TitleMethodsTest.php
tests/phpunit/includes/TitleTest.php