hamcrest-php
hamcrest-php copied to clipboard
Adding file matchers
I'm sending first draft of IsExistingDirectory and IsExistingFile matchers. Please review the code and let me know if this structure is ok for you. I'll then create the rest of file matchers in a similar fashion and I'll update this pull request.
What do you think @aik099?
Took me a bit longer, but it should be finally done.
I haven't included a matcher for absolute path because there's no easy way to get the absolute path that wouldn't be canonical in php.