From: Christopher Jones Date: Tue, 9 Aug 2016 05:59:59 +0000 (+1000) Subject: Bump version in OCI8 test X-Git-Tag: php-7.1.0beta3~84^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=797f69ef32d866956f9dc2aa72e98b6f97d4b072;p=php Bump version in OCI8 test --- diff --git a/ext/oci8/tests/driver_name.phpt b/ext/oci8/tests/driver_name.phpt index 0ff9bc485f..9814703159 100644 --- a/ext/oci8/tests/driver_name.phpt +++ b/ext/oci8/tests/driver_name.phpt @@ -57,11 +57,11 @@ function get_attr($conn) ?> --EXPECT-- **Test 1.1 - Default values for the attribute ************** -The value of DRIVER_NAME is PHP OCI8 : 2.1.1 +The value of DRIVER_NAME is PHP OCI8 : 2.1.2 ***Test 1.2 - Get the values from different connections ************** Testing with oci_pconnect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.1 +The value of DRIVER_NAME is PHP OCI8 : 2.1.2 Testing with oci_new_connect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.1 +The value of DRIVER_NAME is PHP OCI8 : 2.1.2 Done