-
Notifications
You must be signed in to change notification settings - Fork 11
Adding tests on appveyor #20
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
Conversation
Ping @GreenSuslik have you tested your patch? Does it work for you? |
@Nyholm Yep it's work, basename return bad name |
But so does pathname... I cannot write tests that confirms the bug and that pathname fixes... However, I rewrote your PR into this PR. Does this PR also work for you? |
* | ||
* @return string | ||
*/ | ||
private function basename($path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @sagikazarmark and @dbu
Is this function overkill or is it the way to go if we want to be independent of the locale?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quite horrible that php does not provide something that "just works" but it does look correct to me, so i guess lets go with this.
Yes, PR #20 work for me |
No description provided.