summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/015.phpt
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 00:35:28 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 00:35:28 -0400
commitba50031707469046407a35b77a3cd81351e951b3 (patch)
tree5c03e723bdbfabae09d41a3ab1253dff41eeed4a /ext/mysqli/tests/015.phpt
parent0a36161e13484a99ccf69bb38f206462d27cc6d6 (diff)
downloadphp-ba50031707469046407a35b77a3cd81351e951b3.tar.gz
Imported Upstream version 5.1.5upstream/5.1.5
Diffstat (limited to 'ext/mysqli/tests/015.phpt')
-rw-r--r--ext/mysqli/tests/015.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mysqli/tests/015.phpt b/ext/mysqli/tests/015.phpt
index 26eb4383c..7620f3c43 100644
--- a/ext/mysqli/tests/015.phpt
+++ b/ext/mysqli/tests/015.phpt
@@ -2,6 +2,7 @@
mysqli autocommit/commit/rollback with myisam
--SKIPIF--
<?php
+ require_once('skipif.inc');
include "connect.inc";
$link = mysqli_connect($host, $user, $passwd);
$result = mysqli_query($link, "SHOW VARIABLES LIKE 'have_innodb'");
@@ -13,8 +14,6 @@ mysqli autocommit/commit/rollback with myisam
printf ("skip innodb support not installed.");
}
?>
---SKIPIF--
-<?php require_once('skipif.inc'); ?>
--FILE--
<?php
include "connect.inc";