Skip to content

Commit c30899b

Browse files
Vincent Le Henaffvincent-le-henaff
authored andcommitted
- remove test on previously removed method (aggregationExpression)
1 parent 9d5845c commit c30899b

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
@@ -192,11 +192,6 @@ public static function provideExpressionOperators(): array
192192
'operator' => 'exp',
193193
'args' => ['$field'],
194194
],
195-
'aggregationExpression' => [
196-
'expected' => ['$expr' => ['$eq' => ['$field', '$otherField']]],
197-
'operator' => 'aggregationExpression',
198-
'args' => [['$eq' => ['$field', '$otherField']]],
199-
],
200195
'filter' => [
201196
'expected' => ['$filter' => ['input' => '$array', 'as' => '$as', 'cond' => '$cond']],
202197
'operator' => 'filter',

0 commit comments

Comments
 (0)