Skip to content

Commit 3139e4a

Browse files
committed
[+]: ignore one test for PHP 7.1 v2.1
1 parent a3a442e commit 3139e4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/CheckerTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,10 @@ function fsockopen ($hostname, $port = null, &$errno = null, &$errstr = null, $t
236236
if (\PHP_VERSION_ID <= 70199) {
237237
static::assertSame(
238238
[
239-
'[44]: missing parameter type for fsockopen() | parameter:errno',
240-
'[44]: missing parameter type for fsockopen() | parameter:errstr',
239+
'' => [
240+
'[44]: missing parameter type for fsockopen() | parameter:errno',
241+
'[44]: missing parameter type for fsockopen() | parameter:errstr',
242+
],
241243
],
242244
$phpCodeErrors
243245
);

0 commit comments

Comments
 (0)