Skip to content

Commit c3650ca

Browse files
committed
MC-34427: Cleanup travis configuration
1 parent 4f90dea commit c3650ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Phpserver/PhpserverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ private function getUrl($url)
3737
return sprintf('http://%s/%s', self::BASE_URL, ltrim($url, '/'));
3838
}
3939

40+
/**
41+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
42+
*/
4043
protected function setUp(): void
4144
{
4245
$this->httpClient = new \Laminas\Http\Client(null, ['timeout' => 10]);

0 commit comments

Comments
 (0)