We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the test with HHVM, a unexpected behaviour appears in https://github.com/hamcrest/hamcrest-php/blob/master/hamcrest/Hamcrest/Arrays/SeriesMatchingOnce.php#L34 in this line:
$nextMatcher = current($this->_elementMatchers);
Failing travis build: https://travis-ci.org/hamcrest/hamcrest-php/jobs/65859156
The problem was encountered in this Pull-Request: #27
Even though the array still contains 3 matchers, the function current return false because the internal array point is at the end of the file.
current
Todo:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the test with HHVM, a unexpected behaviour appears in https://github.com/hamcrest/hamcrest-php/blob/master/hamcrest/Hamcrest/Arrays/SeriesMatchingOnce.php#L34
in this line:
Failing travis build:
https://travis-ci.org/hamcrest/hamcrest-php/jobs/65859156
The problem was encountered in this Pull-Request: #27
Even though the array still contains 3 matchers, the function
current
return false because the internal array point is at the end of the file.Todo:
The text was updated successfully, but these errors were encountered: