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

Removed the "SessionProxy" class #131

Closed aik099 closed 7 months ago

aik099 commented 7 months ago

Removed the SessionProxy class, which enanced the Mink's Session::visit method by automatically starting the session, when a web page was opened. This is a built-in functionality of Mink since the 1.8 release.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 82.96%. Comparing base (1054f33) to head (b641d94).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #131 +/- ## ============================================ - Coverage 86.27% 82.96% -3.31% + Complexity 330 328 -2 ============================================ Files 30 29 -1 Lines 867 863 -4 ============================================ - Hits 748 716 -32 - Misses 119 147 +28 ```

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