Browse Source

Fix SKIPIF

pull/7/head
Ulf Wendel 15 years ago
parent
commit
fe89680010
  1. 2
      ext/pdo_mysql/tests/pdo_mysql_interface.phpt

2
ext/pdo_mysql/tests/pdo_mysql_interface.phpt

@ -4,7 +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');
$db = MySQLPDOTest::getDriver();
$db = MySQLPDOTest::factory();
if (false == MySQLPDOTest::detect_transactional_mysql_engine($db))
die("skip Transactional engine not found");
?>

Loading…
Cancel
Save