summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/password.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/password.phpt')
-rw-r--r--ext/oci8/tests/password.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/oci8/tests/password.phpt b/ext/oci8/tests/password.phpt
index 8ea81d3fc0..d48950efcd 100644
--- a/ext/oci8/tests/password.phpt
+++ b/ext/oci8/tests/password.phpt
@@ -1,11 +1,11 @@
--TEST--
oci_password_change() for non-persistent connections
--SKIPIF--
-<?php
-if (!extension_loaded('oci8')) die("skip no oci8 extension");
+<?php
+if (!extension_loaded('oci8')) die("skip no oci8 extension");
require(dirname(__FILE__)."/details.inc");
if (empty($dbase)) die ("skip requires database connection string be set");
-if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA user");
+if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA user");
if ($test_drcp) die("skip password change not supported in DRCP Mode");
?>
--FILE--
@@ -35,7 +35,7 @@ var_dump($c2);
$rn2 = (int)$c2;
// Despite using the old password this connect should succeed and return the original resource
-$c3 = oci_connect("testuser_pw", "testuserpwd", $dbase);
+$c3 = oci_connect("testuser_pw", "testuserpwd", $dbase);
var_dump($c3);
$rn3 = (int)$c3;