bbatsche / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
4 stars 0 forks source link

Reset Return Value #93

Closed bbatsche closed 2 years ago

bbatsche commented 2 years ago

Fix a bug where previous return value was re-used even when method parameters changed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (2ad1599) into master (cb5673a) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master      #93   +/-   ##
=========================================
  Coverage     94.94%   94.94%           
  Complexity      239      239           
=========================================
  Files             9        9           
  Lines           534      534           
=========================================
  Hits            507      507           
  Misses           27       27           
Impacted Files Coverage Δ
src/API/Method.php 100.00% <100.00%> (ø)
src/Constraint/Factory.php 88.00% <0.00%> (-0.10%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.