Skip to content

Commit 51f1cac

Browse files
committed
Fix tests for method camel case change
1 parent d325163 commit 51f1cac

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ext/oci8/tests/coll_016.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ require __DIR__."/drop_type.inc";
4040
--EXPECTF--
4141
bool(true)
4242

43-
Warning: OCICollection::assignelem(): OCI-22165: given index [%d] must be in the range of %s to [0] in %s on line %d
43+
Warning: OCICollection::assignElem(): OCI-22165: given index [%d] must be in the range of %s to [0] in %s on line %d
4444
bool(false)
4545

46-
Warning: OCICollection::assignelem(): OCI-22165: given index [5000] must be in the range of %s to [0] in %s on line %d
46+
Warning: OCICollection::assignElem(): OCI-22165: given index [5000] must be in the range of %s to [0] in %s on line %d
4747
bool(false)
4848
bool(false)
4949
bool(false)

ext/oci8/tests/coll_019.phpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,30 +78,30 @@ Test 0
7878
Notice: OCICollection::append(): Unknown or unsupported type of element: 113 in %s on line %d
7979
bool(false)
8080

81-
Notice: OCICollection::assignelem(): Unknown or unsupported type of element: 113 in %s on line %d
81+
Notice: OCICollection::assignElem(): Unknown or unsupported type of element: 113 in %s on line %d
8282
bool(false)
8383
bool(false)
8484
Test 1
8585

86-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
86+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
8787
bool(false)
8888
bool(false)
8989
Test 2
9090

91-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
91+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
9292
bool(false)
9393
bool(false)
9494
Test 3
9595

96-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
96+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
9797
bool(false)
9898
bool(false)
9999
Test 4
100100

101101
Warning: OCICollection::append(): OCI-01840: input value not long enough for date format in %s on line %d
102102
bool(false)
103103

104-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
104+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
105105
bool(false)
106106
bool(false)
107107
Done

0 commit comments

Comments
 (0)