bbatsche / Verify

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

Method Assertions #86

Closed bbatsche closed 2 years ago

bbatsche commented 2 years ago

New verifiers & functionality for verifying method return values & exceptions

codecov[bot] commented 2 years ago

Codecov Report

Merging #86 (af24cc9) into master (7cd82ae) will increase coverage by 2.92%. The diff coverage is 98.55%.

@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
+ Coverage     92.01%   94.94%   +2.92%     
- Complexity      205      238      +33     
============================================
  Files             6        9       +3     
  Lines           476      534      +58     
============================================
+ Hits            438      507      +69     
+ Misses           38       27      -11     
Impacted Files Coverage Δ
src/API/Base.php 98.91% <94.73%> (+1.29%) :arrow_up:
src/API/File.php 97.43% <97.43%> (+7.32%) :arrow_up:
src/API/Value.php 93.61% <98.24%> (+0.59%) :arrow_up:
src/API/Attribute.php 100.00% <100.00%> (ø)
src/API/Method.php 100.00% <100.00%> (ø)
src/API/ThrownException.php 100.00% <100.00%> (ø)
src/Constraint/Factory.php 88.09% <0.00%> (+1.58%) :arrow_up:

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