sebastianbergmann / phpunit-mock-objects

Mock Object library for PHPUnit
https://phpunit.de/
Other
4.97k stars 153 forks source link

Backports MockGenerator will now try to fall back to root namespaced … #423

Closed weeman1337 closed 6 years ago

weeman1337 commented 6 years ago

…constants sebastianbergmann/phpunit#3154

First step for backporting sebastianbergmann/phpunit#3154 to PHPUnit 6.
It's a bit tricky because the mock objects project is decoupled in PHPUnit version 6.

codecov-io commented 6 years ago

Codecov Report

Merging #423 into 5.0 will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                5.0     #423      +/-   ##
============================================
+ Coverage     72.88%   73.03%   +0.14%     
- Complexity      439      441       +2     
============================================
  Files            27       27              
  Lines          1228     1231       +3     
============================================
+ Hits            895      899       +4     
+ Misses          333      332       -1
Impacted Files Coverage Δ Complexity Δ
src/Generator.php 85.3% <100%> (+0.27%) 180 <0> (+2) :arrow_up:

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 3eaf040...094e9c5. Read the comment docs.

sebastianbergmann commented 6 years ago

Tagged 5.0.8. Thanks!