diff options
| author | Christopher Jones <sixd@php.net> | 2016-04-18 11:15:01 +1000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2016-04-18 11:15:01 +1000 |
| commit | 3b54d93b2f1122eaff805b9b4724cc87ada21745 (patch) | |
| tree | 852ce0397266f16f228841a93824238b9c018b05 | |
| parent | d1a38743a57a7dcbeb3dbddb17e56817addcbb33 (diff) | |
| download | php-git-3b54d93b2f1122eaff805b9b4724cc87ada21745.tar.gz | |
Bump version in 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 758e3979a7..0ff9bc485f 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.0 +The value of DRIVER_NAME is PHP OCI8 : 2.1.1 ***Test 1.2 - Get the values from different connections ************** Testing with oci_pconnect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.0 +The value of DRIVER_NAME is PHP OCI8 : 2.1.1 Testing with oci_new_connect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.0 +The value of DRIVER_NAME is PHP OCI8 : 2.1.1 Done |
