You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
21a66c2 for #2514 introduced duplicate data provider keys in AggregationOperatorsProviderTrait. It's possible that the issue only arose after the PHPUnit dependency was bumped in 0aa0e7b (also for 2.6.0).
Current behavior
I observed the following test failures in this CI job for #2623:
1) Doctrine\ODM\MongoDB\Tests\Aggregation\ExprTest::testGenericOperator
The data provider specified for Doctrine\ODM\MongoDB\Tests\Aggregation\ExprTest::testGenericOperator is invalid
The key "objectToArray" has already been defined by a previous data provider
/home/runner/work/mongodb-odm/mongodb-odm/tests/Doctrine/ODM/MongoDB/Tests/Aggregation/ExprTest.php:40
2) Doctrine\ODM\MongoDB\Tests\Aggregation\ExprTest::testGenericOperatorWithField
The data provider specified for Doctrine\ODM\MongoDB\Tests\Aggregation\ExprTest::testGenericOperatorWithField is invalid
The key "objectToArray" has already been defined by a previous data provider
/home/runner/work/mongodb-odm/mongodb-odm/tests/Doctrine/ODM/MongoDB/Tests/Aggregation/ExprTest.php:71
3) Doctrine\ODM\MongoDB\Tests\Aggregation\Stage\OperatorTest::testProxiedExpressionOperators
The data provider specified for Doctrine\ODM\MongoDB\Tests\Aggregation\Stage\OperatorTest::testProxiedExpressionOperators is invalid
The key "objectToArray" has already been defined by a previous data provider
/home/runner/work/mongodb-odm/mongodb-odm/tests/Doctrine/ODM/MongoDB/Tests/Aggregation/Stage/OperatorTest.php:40
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
21a66c2 for #2514 introduced duplicate data provider keys in AggregationOperatorsProviderTrait. It's possible that the issue only arose after the PHPUnit dependency was bumped in 0aa0e7b (also for 2.6.0).
Current behavior
I observed the following test failures in this CI job for #2623:
The text was updated successfully, but these errors were encountered: