Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit df20bb6

Browse files
GromNaNjmikola
andcommitted
Apply suggestions from code review
Co-authored-by: Jeremy Mikola <[email protected]>
1 parent e6cba45 commit df20bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Query/BuilderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static function provideQueryBuilderToMql(): iterable
152152
->whereNot(fn (Builder $q) => $q->where('name', 'foo')),
153153
];
154154

155-
yield 'where and whereNot' => [
155+
yield 'where whereNot' => [
156156
['find' => [
157157
['$and' => [
158158
['name' => 'bar'],
@@ -167,7 +167,7 @@ public static function provideQueryBuilderToMql(): iterable
167167
}),
168168
];
169169

170-
yield 'nested whereNot' => [
170+
yield 'whereNot (nested)' => [
171171
['find' => [
172172
['$not' => [
173173
'$and' => [
@@ -199,7 +199,7 @@ public static function provideQueryBuilderToMql(): iterable
199199
}),
200200
];
201201

202-
yield 'where or whereNot' => [
202+
yield 'where orWhereNot' => [
203203
['find' => [
204204
['$or' => [
205205
['name' => 'bar'],

0 commit comments

Comments
 (0)