-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Improve test suite #1289
Improve test suite #1289
Conversation
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DDC-3546 We use Jira to track the state of pull requests and the versions they got |
$GLOBALS['db_password'], | ||
$GLOBALS['db_host'], | ||
$GLOBALS['db_name'], | ||
$GLOBALS['db_port'] |
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.
wrong indentation
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.
Thank you, copy-paste :D Will fix.
@deeky666 Great job! |
You're welcome. Actually I forgot to bake in doctrine/dbal#779 (doh!). Will do now |
dff4e54
to
3b61d2d
Compare
okay now it's finished! |
This PR adopts DBAL's latest test suite improvements from doctrine/dbal#597, doctrine/dbal#643, doctrine/dbal#779 and doctrine/dbal#758
Supersedes #1285