Skip to content

Commit f06ae2b

Browse files
committed
Skip gh20122.phpt on pdo_mysql + libmysqlclient
FIELD_TYPE_JSON is a mysqlnd only feature.
1 parent 75b770e commit f06ae2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo_mysql/tests/gh20122.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pdo_mysql
88
require __DIR__ . '/config.inc';
99
require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
1010
PDOTest::skip();
11+
if (!MySQLPDOTest::isPDOMySQLnd()) die('skip only for mysqlnd');
1112
?>
1213
--FILE--
1314
<?php

0 commit comments

Comments
 (0)