]> granicus.if.org Git - php/commitdiff
Bump version in test
authorChristopher Jones <sixd@php.net>
Mon, 18 Apr 2016 01:15:01 +0000 (11:15 +1000)
committerChristopher Jones <sixd@php.net>
Mon, 18 Apr 2016 01:15:01 +0000 (11:15 +1000)
ext/oci8/tests/driver_name.phpt

index 758e3979a760cf9f52621058f35387ec1259c563..0ff9bc485fc9f68a544add4e11ef89571e5771a4 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.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