Browse Source

Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails

pull/12/head
Johannes Schlüter 14 years ago
parent
commit
abd5670566
  1. 1
      ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt

1
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")
?>

Loading…
Cancel
Save