phpunit
phpunit copied to clipboard
Fix for #4055: Added testAssertStringNotEqualsFileCanonicalizing
In AssertTest.php I have added a function that tests assertStringNotEqualsFileCanonicalizing() by comparing the contents of a test xml file with some test strings.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
67cfab0) 89.34% compared to head (7fdb209) 89.37%.
Additional details and impacted files
@@ Coverage Diff @@
## main #4645 +/- ##
============================================
+ Coverage 89.34% 89.37% +0.02%
Complexity 6425 6425
============================================
Files 683 683
Lines 20405 20405
============================================
+ Hits 18230 18236 +6
+ Misses 2175 2169 -6
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Cherry-picked into 10.5, will merge to main from there. Thanks!