Skip to content

Commit 00b1676

Browse files
committed
Suppress some PHPMD warnings
1 parent 726a891 commit 00b1676

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/ChromeBacklinkCheckerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ public function testAboutBlankPage(): void
4646
$this->assertEmpty($backlinks->getBacklinks());
4747
}
4848

49+
/**
50+
* @return void
51+
* @SuppressWarnings("PHPMD.MissingImport")
52+
*/
4953
public function testMakeScreenshot(): void
5054
{
5155
$checker = new TestChromeBacklinkChecker();

tests/FinalBacklinkCheckersTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ public function testInvalidProtocol(): void
232232
}
233233
}
234234

235+
/**
236+
* @return void
237+
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
238+
*/
235239
public function testBasicLinksTest(): void
236240
{
237241
$testData = [

0 commit comments

Comments
 (0)