X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FSampleTest.php;h=86e8e8b89e0e862e8113591e8b76e0459b468398;hb=02a1d4762ef16d84caf7dbc52a8ecdfb466e43f3;hp=6fdc23911f2ff59d87a864ceedb2489190361bc9;hpb=ffefbca5378086a643e4ce7df09268db96f88bce;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/SampleTest.php b/tests/phpunit/includes/SampleTest.php index 6fdc23911f..86e8e8b89e 100644 --- a/tests/phpunit/includes/SampleTest.php +++ b/tests/phpunit/includes/SampleTest.php @@ -57,12 +57,12 @@ class TestSample extends MediaWikiLangTestCase { ); } - // @codingStandardsIgnoreStart Ignore long line warning /** * @dataProvider provideTitles + * @codingStandardsIgnoreStart Ignore long line warning * See http://phpunit.de/manual/3.7/en/appendixes.annotations.html#appendixes.annotations.dataProvider + * @codingStandardsIgnoreEnd */ - // @codingStandardsIgnoreEnd public function testCreateBasicListOfTitles( $titleName, $ns, $text ) { $title = Title::newFromText( $titleName, $ns ); $this->assertEquals( $text, "$title", "see if '$titleName' matches '$text'" );