1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Remove test that’s a bit broken

This commit is contained in:
Brown 2019-10-04 14:00:53 -04:00
parent 94001aad4a
commit 3de056cdc2

View File

@ -573,11 +573,6 @@ class MethodSignatureTest extends TestCase
}
}',
],
'mysqliRealConnectMethodAllowsNullParameters' => [
'<?php
$mysqli = mysqli_init();
$mysqli->real_connect(null, \'test\', null);',
],
];
}