Add a bunch of MovePage tests
authorAryeh Gregor <ayg@aryeh.name>
Mon, 6 May 2019 09:47:46 +0000 (12:47 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Mon, 19 Aug 2019 17:26:02 +0000 (20:26 +0300)
commit8a8f23ddc60a834d5eade32838f1982385f3a04e
tree64bdb29bb19e2b8edd63b2ff21da1c741b56a09a
parentb3e4a9c456ef7b04c745923238fca895f70907bc
Add a bunch of MovePage tests

The expected values in many cases are silly, because our code is
currently silly and could use some refactoring. These are marked with
@todo. In one case the return value is even wrong (moving to an invalid
non-empty name is considered valid).

Change-Id: I9649a4de12bbcd6263c85de37d7b9365d9c0aeb4
tests/phpunit/MediaWikiIntegrationTestCase.php
tests/phpunit/includes/MovePageTest.php
tests/phpunit/includes/TitleTest.php