summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/uncommitted.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/uncommitted.phpt')
-rw-r--r--ext/oci8/tests/uncommitted.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/uncommitted.phpt b/ext/oci8/tests/uncommitted.phpt
index a779bba340..cb90e4a514 100644
--- a/ext/oci8/tests/uncommitted.phpt
+++ b/ext/oci8/tests/uncommitted.phpt
@@ -4,7 +4,7 @@ uncommitted connection
<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
--FILE--
<?php
-
+
require dirname(__FILE__)."/connect.inc";
$stmt = oci_parse($c, "select 1 from dual");
@@ -12,5 +12,5 @@ oci_execute($stmt, OCI_DEFAULT);
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
Done