Wikimedia
Write a unit test to check MediaWiki's handling of unknown XML tags in import dumps
Your task is to write a PHPUnit test to ensure that MediaWiki ignores unknown XML tags in import dumps, as mentioned at https://phabricator.wikimedia.org/T43938.
The test will be placed alongside existing import-related tests in tests/phpunit/includes/
ImportTest.php
. As part of the Gerrit patch you submit, you will move the two Import test files into a new directory tests/phpunit/includes/import/
to reflect recent changes in MediaWiki's directory structure.
Task tags
Students who completed this task
Georggi