Skip to content

Commit 3e9b53f

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/oci8/tests/lob_042.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object(OCILob)#%d (1) {
5454
resource(%d) of type (oci8 descriptor)
5555
}
5656

57-
Warning: OCILob::writetemporary(): Invalid temporary lob type: %d in %s on line %d
57+
Warning: OCILob::writeTemporary(): Invalid temporary lob type: %d in %s on line %d
5858
bool(false)
5959
int(6)
6060
bool(true)
@@ -69,7 +69,7 @@ bool(false)
6969
Warning: OCILob::import(): Can't open file %s in %s on line %d
7070
bool(false)
7171

72-
Warning: OCILob::savefile(): Can't open file %s in %s on line %d
72+
Warning: OCILob::saveFile(): Can't open file %s in %s on line %d
7373
bool(false)
7474
OCILob::truncate(): Argument #1 ($length) must be greater than or equal to 0
7575
Done

ext/oci8/tests/null_byte_1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ try {
3939
?>
4040
--EXPECTF--
4141
Test 1: Import
42-
OCILob::savefile(): Argument #1 ($filename) must not contain any null bytes
42+
OCILob::saveFile(): Argument #1 ($filename) must not contain any null bytes
4343
Test 2: Export
4444
OCILob::export(): Argument #1 ($filename) must not contain any null bytes

0 commit comments

Comments
 (0)