Skip to content

update deps to phpunit 6.x, fix code and tests #100

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

Merged
merged 2 commits into from
Jul 20, 2017

Conversation

andreasschacht
Copy link

fix #96

.travis.yml Outdated
- php: hhvm

before_install:
- composer self-update

install:
- export COMPOSER_ROOT_VERSION=dev-master
- if [ "$DEPENDENCIES" != "low" ]; then composer update; fi;
- if [ "$DEPENDENCIES" == "low" ]; then composer update --prefer-lowest; fi;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like removing low dependencies tests, please bring back DEPENDENCIES='low' for php 7.0

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, thought it was depending on php version 5.3...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low means that we are testing lowest possible versions of all dependencies

.travis.yml Outdated
- php: 7.0
- php: 7.1
- php: hhvm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you can remove hhvm as well

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine, recently saw that travis support for hhvm failed in this configuration...

@norberttech
Copy link
Member

norberttech commented Jul 18, 2017

overall this PR looks good but before I merge it I'll first stabilize version 2.1 so we can use master as next 3.0

@norberttech norberttech merged commit 4c4e6b1 into coduo:master Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHPUnit 6 Support
2 participants