-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Additional tests for SplFileObject #117
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
Tests look good to me. I would suggest you to commit them directly. See the wiki for a PR merge howto: https://wiki.php.net/vcs/gitworkflow#reviewing_and_closing_pull_requests |
Does this mean I have to apply for a Git-account: http://php.net/git-php.php? |
Sorry, I thought Rafael opened this PR, as he has commit access for tests afair. |
Ok, then I'll wait for his responds. Thanks. |
'READ_AHEAD', | ||
'SKIP_EMPTY', | ||
'READ_CSV', | ||
); |
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.
This array is not used anywhere in the test.
print_r(PDO::getAvailableDrivers()); | ||
?> | ||
--EXPECT-- | ||
Array |
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.
Why this test assumes only sqlite driver is available?
I've merged the SPL ones but not PDO ones (see comment above about it). Please fix and resubmit PDO patch. |
Comment on behalf of stas at php.net: merged |
New tests created during PZF TestFest, mentored by Rafael Dohms