Changes between Initial Version and Version 2 of Ticket #51881
- Timestamp:
- 11/26/2020 11:27:06 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51881
- Property Owner set to SergeyBiryukov
-
Property
Status
changed from
new
toreviewing
-
Property
Summary
changed from
removed duplicate test
toIncorrect function called in test
-
Property
Milestone
changed from
Awaiting Review
to5.7
-
Ticket #51881 – Description
initial v2 1 I found a duplicate test while adding covers SanitizeTitle.php has the same test (test_strips_html) so removed from SanitizeTitleWithDashes.php 1 the test_strips_html in SanitizeTitleWithDashes.php was calling sanitize_title not sanitize_title_with_dashes 2 2 3 Will keep it removed from covers patch 3 so I swapped to the correct function