eloquent / phony

Mocks, stubs, and spies for PHP.
http://eloquent-software.com/phony
MIT License
194 stars 7 forks source link

Drop support for PHP 7.0.x #235

Closed ezzatron closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #235 into master will increase coverage by 1.67%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #235      +/-   ##
============================================
+ Coverage     98.02%   99.69%   +1.67%     
- Complexity     2227     2293      +66     
============================================
  Files           117      116       -1     
  Lines          7780     7768      -12     
============================================
+ Hits           7626     7744     +118     
+ Misses          154       24     -130
Impacted Files Coverage Δ Complexity Δ
src/Stub/EmptyValueFactory.php 71.42% <ø> (-28.58%) 22 <0> (-5)
src/functions.php 100% <ø> (ø) 0 <0> (ø) :arrow_down:
src/Stub/StubData.php 100% <ø> (ø) 76 <0> (ø) :arrow_down:
src/Assertion/ExceptionAssertionRecorder.php 100% <ø> (ø) 6 <0> (ø) :arrow_down:
src/Verification/IterableVerifierFactory.php 100% <ø> (ø) 5 <0> (ø) :arrow_down:
src/Mock/Builder/Method/CustomMethodDefinition.php 100% <ø> (ø) 8 <0> (ø) :arrow_down:
src/Mock/Builder/MockBuilder.php 100% <ø> (ø) 84 <0> (-1) :arrow_down:
src/Call/CallFactory.php 100% <ø> (ø) 6 <0> (ø) :arrow_down:
src/Verification/GeneratorVerifierFactory.php 100% <ø> (ø) 5 <0> (ø) :arrow_down:
src/Stub/StubFactory.php 100% <ø> (ø) 5 <0> (ø) :arrow_down:
... and 43 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee4f534...7a2de21. Read the comment docs.