File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ echo "Done\n";
90
90
**Test Negative cases************
91
91
92
92
Invalid Connection resource 1
93
- string(89 ) "oci_set_action(): Argument #1 ($connection) must be of type resource, null given"
93
+ string(%d ) "oci_set_action(): Argument #1 ($connection) must be of type resource, null given"
94
94
95
95
Invalid Connection resource 2
96
- string(96 ) "oci_set_client_info(): Argument #1 ($connection) must be of type resource, string given"
96
+ string(%d ) "oci_set_client_info(): Argument #1 ($connection) must be of type resource, string given"
97
97
98
98
Invalid Action value
99
- string(78 ) "oci_set_action(): Argument #2 ($action) must be of type string, resource given"
99
+ string(%d ) "oci_set_action(): Argument #2 ($action) must be of type string, resource given"
100
100
101
101
Set Values multiple times
102
102
bool(true)
You can’t perform that action at this time.
0 commit comments