summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/pdo_mysql_interface.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_interface.phpt')
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_interface.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_interface.phpt b/ext/pdo_mysql/tests/pdo_mysql_interface.phpt
index 4ba236f2a4..e3ca7caa1b 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_interface.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_interface.phpt
@@ -7,7 +7,7 @@ require_once(__DIR__ . 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");
+ die("skip Transactional engine not found");
?>
--FILE--
<?php