Clean up parser test's InterwikiLoadPrefix hook
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 22 Aug 2013 18:38:50 +0000 (14:38 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 22 Aug 2013 18:42:45 +0000 (14:42 -0400)
commit7b08f602dc986c44a6adf610e663ca11617468b8
tree07ac3b03bbb3124ccf4ca63cdd816100bd4ce853
parentf07b78fbe9f2d2342b53c00ba4818bb49800e252
Clean up parser test's InterwikiLoadPrefix hook

Change I36865e38 adjusted the parser test class to hook
InterwikiLoadPrefix, and prevent any other uses of that hook. Which is
ok, except it doesn't clean up after itself so it winds up breaking any
other parser tests that use the same hook.

Change-Id: I351a56ac39a44721d427e9c980eaf5fff246fb57
tests/parser/parserTest.inc
tests/phpunit/includes/parser/NewParserTest.php