hamcrest-php
hamcrest-php copied to clipboard
Add FileMatchers
Sure. Please send a PR.
If you've found any more inconsistencies between the Java library version and this PHP port, then please open corresponding issues/PRs for adding missing stuff.
Ok, I'll prepare the PR.
Would you prefer the file matchers to match string paths, SplFileInfo objects or both?
@vasekbrychta , both:
- if string is provided it's wrapped into
SplFileInfoclass - if
SplFileInfoobject is provided, then it's used as is
For reference: https://github.com/hamcrest/JavaHamcrest/blob/master/hamcrest/src/main/java/org/hamcrest/io/FileMatchers.java