1
0
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:
Johannes Schlüter
2012-03-06 01:43:49 +00:00
parent 512fdb4cc2
commit abd5670566
@@ -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")
?>