Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update File Assertions #67

Merged
merged 5 commits into from
Apr 7, 2022
Merged

Update File Assertions #67

merged 5 commits into from
Apr 7, 2022

Conversation

bbatsche
Copy link
Owner

@bbatsche bbatsche commented Apr 7, 2022

Use newer file assertion API if it's available.

Expand export-ignore settings
Add PHP 8.1 to Travis
Add future support for PHPUnit 10
Bump master branch alias
Allow composer normalize plugin
Fix typo in README
Use more general assertions for readable & writable (that don't assert anything about the subject's type)

Issue #64
Add assertThrows trait for unit tests

Issue #64
@codecov
Copy link

codecov bot commented Apr 7, 2022

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.

@bbatsche bbatsche linked an issue Apr 7, 2022 that may be closed by this pull request
@bbatsche bbatsche merged commit 3d5ff29 into master Apr 7, 2022
@bbatsche bbatsche deleted the update-file-assertions branch April 7, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update File Assertions
1 participant