We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cc8ba commit 47cdcf9Copy full SHA for 47cdcf9
tests/Database/Table/bugs/deleteCacheBug.phpt
@@ -52,7 +52,7 @@ test(function () use ($context) {
52
test(function () use ($context) {
53
$books = [];
54
for ($i = 0; $i < 2; $i++) {
55
- $booksSelection = $context->table('book')->where('id IN ?', [3, 4]);
+ $booksSelection = $context->table('book')->where('id IN ?', [3, 4])->order('id');
56
foreach ($booksSelection as $book) {
57
$books[] = $book->id;
58
0 commit comments