clear magicword cache before testing cleanSig
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 29 Aug 2012 08:42:47 +0000 (10:42 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Wed, 29 Aug 2012 10:31:24 +0000 (12:31 +0200)
commita1e971cd0ef6d6d3aab3a724f054bdefa6dff297
treed956eba319e0f1d4c8467d245498791b6c6f732d
parent84a54a63c55b345d03d12be9b81a0b36a19a0500
clear magicword cache before testing cleanSig

Without this, some other synonym for "SUBST" may be used by the parser,
because the MagicWord got cached while another content language was active
in some other test.

Change-Id: I89dc2173f6a27dcd16b0548b06070ac4244fd3cb
tests/phpunit/includes/ExtraParserTest.php