]> granicus.if.org Git - php/commitdiff
Fix skipifs
authorChristopher Jones <sixd@php.net>
Thu, 8 Sep 2011 17:52:45 +0000 (17:52 +0000)
committerChristopher Jones <sixd@php.net>
Thu, 8 Sep 2011 17:52:45 +0000 (17:52 +0000)
ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt
ext/pdo_mysql/tests/pdo_mysql_interface.phpt

index ea25cdc321134fe8969c8496e002b9ab10c636b9..29b3c11f76b8f0818422b51a48c134d5eb27bdf4 100644 (file)
@@ -3,6 +3,8 @@ MySQL PDO->__construct(), options
 --SKIPIF--
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
+require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
+MySQLPDOTest::skip();
 ?>
 --FILE--
 <?php
index 64a3cac1b82b7a10badbc9bf576e5854862dd48a..24b19ae3f76fc29994de296a7674b507a220fa9c 100644 (file)
@@ -4,6 +4,7 @@ MySQL PDO class interface
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
+MySQLPDOTest::skip();
 $db = MySQLPDOTest::factory();
 if (false == MySQLPDOTest::detect_transactional_mysql_engine($db))
        die("skip Transactional engine not found");