minkphp / phpunit-mink

Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
BSD 3-Clause "New" or "Revised" License
70 stars 20 forks source link

Use newer "console-helpers/phpunit-compat" library version #136

Closed aik099 closed 3 months ago

aik099 commented 3 months ago

Use the newer console-helpers/phpunit-compat library version to benefit from custom autoloader workflow (now library defines own autoloader for Composer to use instead of trying to include different class implementations based on IFs in a file composer autoloader includes).

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.97%. Comparing base (b841ec5) to head (9a25aa7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ============================================ - Coverage 86.40% 82.97% -3.43% Complexity 331 331 ============================================ Files 29 29 Lines 875 875 ============================================ - Hits 756 726 -30 - Misses 119 149 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.