test: fix @covers to non existent methods
authorAntoine Musso <hashar@free.fr>
Tue, 22 Nov 2016 15:24:30 +0000 (16:24 +0100)
committerAntoine Musso <hashar@free.fr>
Tue, 22 Nov 2016 15:25:03 +0000 (16:25 +0100)
commit2ee1e76266004a277314c393a93fd0e79dbbd650
tree67a8b0cef601932864a484e5ed59f83577c42cf3
parent051c759dd264c12ed2ba407a9be9bc6192d4d75a
test: fix @covers to non existent methods

MediaWikiTestCase::restoreLogger has been rename to plural form.

Cause:
    Trying to @cover or @use not existing method
    "MediaWikiTestCase::restoreLogger".

Change-Id: I4625f18992f62046e65c60ceca67d9aec170ccdc
tests/phpunit/tests/MediaWikiTestCaseTest.php