bbatsche / Verify

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

PHP 8.0 #59

Closed bbatsche closed 2 years ago

bbatsche commented 2 years ago

Add support for PHP 8.0 Update dependencies Some code style cleanup & improvements Other small development improvements & cleanup

codecov[bot] commented 2 years ago

Codecov Report

Merging #59 (5043eaa) into master (2706929) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #59   +/-   ##
=========================================
  Coverage     99.31%   99.31%           
  Complexity      246      246           
=========================================
  Files             6        6           
  Lines           585      585           
=========================================
  Hits            581      581           
  Misses            4        4           
Impacted Files Coverage Δ
src/MissingConditionException.php 100.00% <ø> (ø)
src/VerifyDirectory.php 100.00% <ø> (ø)
src/VerifyFile.php 100.00% <ø> (ø)
src/Verify.php 99.16% <100.00%> (ø)
src/VerifyBase.php 100.00% <100.00%> (ø)

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 2706929...5043eaa. Read the comment docs.