]> granicus.if.org Git - php/commitdiff
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails
authorJohannes Schlüter <johannes@php.net>
Tue, 6 Mar 2012 01:43:49 +0000 (01:43 +0000)
committerJohannes Schlüter <johannes@php.net>
Tue, 6 Mar 2012 01:43:49 +0000 (01:43 +0000)
ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt

index 4c9e414370c25406d88b3e2558cfcebf564bd343..20add5a11e8d6db7dee12c975400cf080add110a 100644 (file)
@@ -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")
 ?>