Skip to content

Commit

Permalink
Merge branch 'PHP-7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Aug 9, 2016
2 parents d13c3b1 + 3dbeb61 commit 8a6a470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/oci8/tests/driver_name.phpt
Expand Up @@ -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

0 comments on commit 8a6a470

Please sign in to comment.