typo in @cover statement
authorAntoine Musso <hashar@free.fr>
Thu, 14 Mar 2013 03:56:42 +0000 (04:56 +0100)
committerAntoine Musso <hashar@free.fr>
Thu, 14 Mar 2013 03:56:42 +0000 (04:56 +0100)
commit0e7092026bf1f24aa911ce28e2e43d52dc4e2229
tree800ba2d17a3a7ecd8557011c1d8dec5ea2ef565a
parent25eb7cd0ee6e57c3279b8b41ccec48fec4ada700
typo in @cover statement

PHP Code Coverage uses the @cover comment statement to limit code
coverage to some specific function.  The method reference lacked the
trailing 's' leading to an error when running coverage:

PHP_CodeCoverage_Exception: Trying to @cover not existing method
"Title::checkReadPermission".

Change-Id: Ie09e804039271ec8f0165c32dc7849ea4be8a3b9
tests/phpunit/includes/TitleTest.php