doctrine / mongodb-odm

The Official PHP MongoDB ORM/ODM
https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/
MIT License
1.09k stars 504 forks source link

Refactor mapping driver tests #2354

Closed IonBazan closed 3 years ago

IonBazan commented 3 years ago

Change Request

Mapping drivers tests should be refactored to reduce code duplication and make sure that all mapping features are tested for each driver and the derived tests for each driver contain only the driver-specific assertions (all general assertions should be in base test cases).

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

IonBazan commented 3 years ago

Closing as duplicate of #2348. My bad.