mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails
This commit is contained in:
@@ -4,6 +4,7 @@ MySQL PDO->__construct(), libmysql only options
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
|
||||
MySQLPDOTest::skip();
|
||||
if (MySQLPDOTest::isPDOMySQLnd())
|
||||
die("skip libmysql only options")
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user