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
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).
Merge tests from tests/Doctrine/ODM/MongoDB/Tests/Mapping/Driver/AbstractDriverTest.php and tests/Doctrine/ODM/MongoDB/Tests/Mapping/AbstractMappingDriverTest.php and put fixture documents in separate files
Merge tests/Doctrine/ODM/MongoDB/Tests/Mapping/AbstractAnnotationDriverTest.php into tests/Doctrine/ODM/MongoDB/Tests/Mapping/AbstractMappingDriverTest.php
The text was updated successfully, but these errors were encountered:
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.
stalebot
added
the
Stale
Issues that have not seen any activity in 30 days
label
Sep 6, 2021
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
The text was updated successfully, but these errors were encountered: