Skip to content
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

Add PHPUnit 4.8 to require-dev #57

Merged
merged 1 commit into from
Jan 14, 2017
Merged

Add PHPUnit 4.8 to require-dev #57

merged 1 commit into from
Jan 14, 2017

Conversation

shaunbramley
Copy link

As mentioned in reactphp/reactphp#354

Added phpunit 4.8 to require-dev section of composer.json
Modified travisci config to perform a composer selfupdate and to use local phpunit.

install:
- composer install --prefer-source --no-interaction

script:
- phpunit --coverage-text
- ./vendor/binphpunit -v --coverage-text
Copy link
Member

Choose a reason for hiding this comment

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

Missing slash, should be ./vendor/bin/phpunit

@@ -10,8 +10,11 @@ php:

sudo: false

before_install:
- composer self-update
Copy link
Member

Choose a reason for hiding this comment

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

There is no need for this anymore as travis already do it here while your update call runs here.

@shaunbramley
Copy link
Author

pushed changes as requested.

@@ -14,4 +14,4 @@ install:
- composer install --prefer-source --no-interaction

script:
- phpunit --coverage-text
- ./vendor/bin/phpunit -v --coverage-text
Copy link
Member

Choose a reason for hiding this comment

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

What's the motivation for adding the verbose flag?

@shaunbramley
Copy link
Author

shaunbramley commented Jan 12, 2017 via email

@clue
Copy link
Member

clue commented Jan 12, 2017

discussion about a standardized (where possible) configuration

I think this makes perfect sense 👍

In the meantime, I would suggest reverting this (unrelated and undocumented) change so we can get this in quicker 👍 Also, may I ask you to sqash/force-push your changes so this is a single commit only? Thanks!

@shaunbramley
Copy link
Author

@clue reverted / squashed / force-pushed as requested.

@clue
Copy link
Member

clue commented Jan 13, 2017

Thanks! The build currently fails because this is based on on older version of the master branch. A rebase should help 👍

@shaunbramley
Copy link
Author

@clue rebased off of upstream master as requested

@clue clue added this to the v0.4.6 milestone Jan 14, 2017
@clue clue merged commit 7188987 into reactphp:master Jan 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants