Skip to content

Commit ba7c8d2

Browse files
David EllingsworthDavid Ellingsworth
David Ellingsworth
authored and
David Ellingsworth
committed
Skip the new pdo_mysql flags test if we are not testing against the mysqlnd driver.
1 parent 0d19718 commit ba7c8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_mysql/tests/gh15093.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pdo_mysql
55
--SKIPIF--
66
<?php
77
require_once __DIR__ . '/inc/mysql_pdo_test.inc';
8-
MySQLPDOTest::skip();
8+
MySQLPDOTest::skipNotMySQLnd();
99
?>
1010
--FILE--
1111
<?php

0 commit comments

Comments
 (0)