From 1fbba60dcb67e97d42e95ed775c45ae10ac54d88 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 3 Aug 2007 01:55:15 +0000 Subject: [PATCH] New oci8 test for oci_password_change() --- ext/oci8/tests/password_2.phpt | 94 ++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 ext/oci8/tests/password_2.phpt diff --git a/ext/oci8/tests/password_2.phpt b/ext/oci8/tests/password_2.phpt new file mode 100644 index 0000000000..be5cb85400 --- /dev/null +++ b/ext/oci8/tests/password_2.phpt @@ -0,0 +1,94 @@ +--TEST-- +oci_password_change() for persistent connections +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +resource(%d) of type (oci8 persistent connection) +resource(%d) of type (oci8 persistent connection) +resource(%d) of type (oci8 persistent connection) +First and second connections are different: OK +First and third connections share a resource: OK +Done -- 2.50.1