From: Thiemo Mättig Date: Wed, 18 Mar 2015 16:19:14 +0000 (+0100) Subject: Drop not needed @dataProvider doc tags from MediaWikiTitleCodecTest X-Git-Tag: 1.31.0-rc.0~12057^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=bba6f647b5ad5334c7a2432905060fdebce1504d;p=lhc%2Fweb%2Fwiklou.git Drop not needed @dataProvider doc tags from MediaWikiTitleCodecTest No other @dataProvider in this file does have it's parameters documented. We usually don't do this because it doesn't add useful information and is not possible in all cases anyway, e.g. in providers for tests that are expected to fail. The @param tags would be "mixed" there. Change-Id: I12a44482e7934a4a18d284d57bf510cb0467cee3 --- diff --git a/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php b/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php index f1146a7605..860fec4ed3 100644 --- a/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php +++ b/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php @@ -370,13 +370,6 @@ class MediaWikiTitleCodecTest extends MediaWikiTestCase { /** * @dataProvider provideGetNamespaceName - * - * @param int $namespace - * @param string $text - * @param string $lang - * @param string $expected - * - * @internal param \TitleValue $title */ public function testGetNamespaceName( $namespace, $text, $lang, $expected ) { $codec = $this->makeCodec( $lang );