Skip to content

Commit 44c74a5

Browse files
committed
DEBUG mysql
1 parent 914533c commit 44c74a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Persistence/Sql/WithDb/SelectTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ public function testUtf8mb4Support(): void
313313
'🚀'
314314
)
315315
->where('', 'žlutý_😀') // as param
316-
->group('🚀.❤')
317-
->having('❤ = \'žlutý_😀\'') // as string literal (mapped to N'xxx' with MSSQL platform)
318316
->getRow()
319317
);
320318
}

0 commit comments

Comments
 (0)