Skip to content

Commit abd5670

Browse files
committed
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails
1 parent 512fdb4 commit abd5670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MySQL PDO->__construct(), libmysql only options
44
<?php
55
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
66
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
7+
MySQLPDOTest::skip();
78
if (MySQLPDOTest::isPDOMySQLnd())
89
die("skip libmysql only options")
910
?>

0 commit comments

Comments
 (0)