Skip to content

Commit d1660cd

Browse files
author
Vincent Le Henaff
committed
- remove test on previously removed method (aggregationExpression)
1 parent caf12dd commit d1660cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Doctrine/ODM/MongoDB/Tests/Aggregation/AggregationOperatorsProviderTrait.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ public static function provideExpressionOperators(): array
194194
'operator' => 'exp',
195195
'args' => ['$field'],
196196
],
197-
'aggregationExpression' => [
198-
'expected' => ['$expr' => ['$eq' => ['$field', '$otherField']]],
199-
'operator' => 'aggregationExpression',
200-
'args' => [['$eq' => ['$field', '$otherField']]],
201-
],
202197
'filter' => [
203198
'expected' => ['$filter' => ['input' => '$array', 'as' => '$as', 'cond' => '$cond']],
204199
'operator' => 'filter',

0 commit comments

Comments
 (0)