bbatsche / Verify

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

Update File Assertions #67

Closed bbatsche closed 2 years ago

bbatsche commented 2 years ago

Use newer file assertion API if it's available.

codecov[bot] commented 2 years ago

Codecov Report

Merging #67 (98901f4) into master (e7aa4de) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master      #67      +/-   ##
============================================
- Coverage     99.32%   99.31%   -0.01%     
+ Complexity      248      246       -2     
============================================
  Files             6        7       +1     
  Lines           589      583       -6     
============================================
- Hits            585      579       -6     
  Misses            4        4              
Impacted Files Coverage Δ
src/VerifyDirectory.php 100.00% <100.00%> (ø)
src/VerifyFile.php 100.00% <100.00%> (ø)
src/VerifyFs.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 e7aa4de...98901f4. Read the comment docs.