summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-03-06 01:43:49 +0000
committerJohannes Schlüter <johannes@php.net>2012-03-06 01:43:49 +0000
commitabd56705666a05a20177b830f3f7bfb26e6650ce (patch)
tree08db0d666679acd3af4d9be765e924c6e4bafb20
parent512fdb4cc2424dd576922f3fb330b32468006c48 (diff)
downloadphp-git-abd56705666a05a20177b830f3f7bfb26e6650ce.tar.gz
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
index 4c9e414370..20add5a11e 100644
--- a/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
@@ -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")
?>