phpunit icon indicating copy to clipboard operation
phpunit copied to clipboard

Fix for #4055: Added testAssertStringNotEqualsFileCanonicalizing

Open alecsmrekar opened this issue 4 years ago • 1 comments

In AssertTest.php I have added a function that tests assertStringNotEqualsFileCanonicalizing() by comparing the contents of a test xml file with some test strings.

alecsmrekar avatar Apr 12 '21 14:04 alecsmrekar

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.

codecov[bot] avatar Apr 12 '21 14:04 codecov[bot]

Cherry-picked into 10.5, will merge to main from there. Thanks!

sebastianbergmann avatar Jan 13 '24 13:01 sebastianbergmann