Skip to content

Commit 3408927

Browse files
committed
Deprecations are tested
1 parent 6364173 commit 3408927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Model/CodecCursorFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function (...$args) use (&$previousErrorHandler, &$deprecations) {
5555
E_USER_DEPRECATED | E_DEPRECATED,
5656
);
5757

58-
$cursorId = $codecCursor->getId(true);
58+
$cursorId = $codecCursor->getId();
5959
} finally {
6060
restore_error_handler();
6161
}

0 commit comments

Comments
 (0)