-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove GIT submodule entries and use a
8000
utoload-dev
for the test suite
#917
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
*/ | ||
|
||
error_reporting(E_ALL | E_STRICT); | ||
date_default_timezone_set('UTC'); |
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 workaround is fixed: travis-ci/travis-ci#2523
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.
It's still relevant for folks testing locally
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.
that doesn't belong to the test setup. it's random a random value that has nothing to to with the tests. for testing locally its part of the php setup otherwise it would fail for every project of those people anyway. not just dbal.
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.
Agreed, but the php defaults are... a mess :-P
Remove submodule entries & improve test setup
@Tobion awesome, thanks! |
autoload-dev
for the test suite
Doctrine\Tests
namespace to composerautoload-dev
#770 and add travis cache and fix apcu installation cache#98