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

Commit dac2aa3

Browse files
GromNaNjmikola
andauthored
Apply suggestions from code review
Co-authored-by: Jeremy Mikola <jmikola@gmail.com>
1 parent 9a3c67e commit dac2aa3

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
@@ -151,7 +151,7 @@ public static function provideQueryBuilderToMql(): iterable
151151
->whereNot(fn (Builder $q) => $q->where('name', 'foo')),
152152
];
153153

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

169-
yield 'nested whereNot' => [
169+
yield 'whereNot (nested)' => [
170170
['find' => [
171171
['$not' => [
172172
'$and' => [
@@ -198,7 +198,7 @@ public static function provideQueryBuilderToMql(): iterable
198198
}),
199199
];
200200

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

0 commit comments

Comments
 (0)