X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FSampleTest.php;h=4b06e83917308231e284b027587fa5ce091a5b4e;hb=e386a46eb352e3dd2e07a37f06b5303c7341eaf1;hp=c5944d16f4237e17814711df6d949b7c5e1d8efa;hpb=d3073583f1683586521cdc8e66633f215a9cca6e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/SampleTest.php b/tests/phpunit/includes/SampleTest.php index c5944d16f4..4b06e83917 100644 --- a/tests/phpunit/includes/SampleTest.php +++ b/tests/phpunit/includes/SampleTest.php @@ -57,12 +57,12 @@ class TestSample extends MediaWikiLangTestCase { ); } + // @codingStandardsIgnoreStart Generic.Files.LineLength /** * @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'" ); @@ -95,7 +95,7 @@ class TestSample extends MediaWikiLangTestCase { $this->assertTrue( $title->isLocal() ); } - // @codingStandardsIgnoreStart Ignore long line warning + // @codingStandardsIgnoreStart Generic.Files.LineLength /** * @expectedException InvalidArgumentException * See http://phpunit.de/manual/3.7/en/appendixes.annotations.html#appendixes.annotations.expectedException