Closed IonBazan closed 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.
Closing as duplicate of #2348. My bad.
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).
tests/Doctrine/ODM/MongoDB/Tests/Mapping/Driver/AbstractDriverTest.php
andtests/Doctrine/ODM/MongoDB/Tests/Mapping/AbstractMappingDriverTest.php
and put fixture documents in separate filestests/Doctrine/ODM/MongoDB/Tests/Mapping/AbstractAnnotationDriverTest.php
intotests/Doctrine/ODM/MongoDB/Tests/Mapping/AbstractMappingDriverTest.php