Skip to content

Commit 67ca2b1

Browse files
committed
refactor: rename test method to better describe limit clauses
1 parent e41a769 commit 67ca2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LimitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]);
2626
});
2727

28-
it('tests where clause', function () {
28+
it('tests limit clauses', function () {
2929

3030
class ProductWithLimit extends Product
3131
{

0 commit comments

Comments
 (0)