Skip to content

Commit

Permalink
Fix test diff
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Nov 25, 2020
1 parent cb399d0 commit 37f96d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/oci8/tests/conn_attr_4.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ echo "Done\n";
**Test Negative cases************

Invalid Connection resource 1
string(89) "oci_set_action(): Argument #1 ($connection) must be of type resource, null given"
string(%d) "oci_set_action(): Argument #1 ($connection) must be of type resource, null given"

Invalid Connection resource 2
string(96) "oci_set_client_info(): Argument #1 ($connection) must be of type resource, string given"
string(%d) "oci_set_client_info(): Argument #1 ($connection) must be of type resource, string given"

Invalid Action value
string(78) "oci_set_action(): Argument #2 ($action) must be of type string, resource given"
string(%d) "oci_set_action(): Argument #2 ($action) must be of type string, resource given"

Set Values multiple times
bool(true)
Expand Down

0 comments on commit 37f96d9

Please sign in to comment.