]> granicus.if.org Git - php/commitdiff
Bump version in OCI8 test
authorChristopher Jones <sixd@php.net>
Tue, 9 Aug 2016 05:59:59 +0000 (15:59 +1000)
committerChristopher Jones <sixd@php.net>
Tue, 9 Aug 2016 05:59:59 +0000 (15:59 +1000)
ext/oci8/tests/driver_name.phpt

index 0ff9bc485fc9f68a544add4e11ef89571e5771a4..98147031590d55295e0b6eb5f5bd6bc2eea9b049 100644 (file)
@@ -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