Skip to content

Commit ceffa70

Browse files
authored
ext/pdo_sqlite: Fix GH-18796 test exception message. (#18798)
1 parent b72dccb commit ceffa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_sqlite/tests/subclasses/pdo_sqlite_createcollation_wrong_callback.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ try {
2121
}
2222
?>
2323
--EXPECT--
24-
PDO::query(): Return value of the callback must be of type int, string returned
24+
PDO::query(): Return value of the collation callback must be of type int, string returned

0 commit comments

Comments
 (0)