MessageCache::destroyInstance() is static.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 16 Aug 2012 08:00:45 +0000 (10:00 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 16 Aug 2012 08:00:45 +0000 (10:00 +0200)
commit7f9f359edf388caf858c31a470f022ae1cb55973
tree1c59efd30f7de3b18be95cae6427ec837d900479
parent40e93447fc43b163b60f077f9bf9c991bb302307
MessageCache::destroyInstance() is static.

So there is no point calling it using
MessageCache::singleton()->destroyInstance()

Change-Id: Ie4e10284b4b911fff018c52a2a680452601f8288
tests/phpunit/includes/parser/NewParserTest.php