diff options
author | Christopher Jones <sixd@php.net> | 2016-08-09 15:59:59 +1000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2016-08-09 15:59:59 +1000 |
commit | 797f69ef32d866956f9dc2aa72e98b6f97d4b072 (patch) | |
tree | b4b09ae4fe60e519fabef00e368a91a694cd8f4a | |
parent | e52cb1858d70251812d76c49f526019d487aa762 (diff) | |
download | php-git-797f69ef32d866956f9dc2aa72e98b6f97d4b072.tar.gz |
Bump version in OCI8 test
-rw-r--r-- | ext/oci8/tests/driver_name.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
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 |