diff --git a/tests/MethodSignatureTest.php b/tests/MethodSignatureTest.php index 2d2be4d1a..0803b3d1f 100644 --- a/tests/MethodSignatureTest.php +++ b/tests/MethodSignatureTest.php @@ -573,11 +573,6 @@ class MethodSignatureTest extends TestCase } }', ], - 'mysqliRealConnectMethodAllowsNullParameters' => [ - 'real_connect(null, \'test\', null);', - ], ]; }