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

Forward compatibility with PHPUnit 6 #243

Merged
merged 2 commits into from Nov 14, 2017
Merged

Forward compatibility with PHPUnit 6 #243

merged 2 commits into from Nov 14, 2017

Conversation

carusogabriel
Copy link
Contributor

I use the PHPUnit\Framework\TestCase notation instead of PHPUnit_Framework_TestCase while extending our TestCases. This will help us migrate to PHPUnit 6, that no longer support snake case class names.

I just need to bump PHPUnit version to ^4.8.35 and ^5.7, that support this namespace.

Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

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

👍 Makes perfect sense to make, paves the road to PHPUnit 6 and beyond

@andig
Copy link
Contributor

andig commented Nov 12, 2017

According to reactphp/socket#132 it should be 5.7.11 as min version.

Copy link
Member

@clue clue left a comment

Choose a reason for hiding this comment

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

Thank for you digging into this and filing this PR! The changes LGTM, does it make sense to you to add support for PHPUnit 6 as part of this PR? :shipit:

@carusogabriel
Copy link
Contributor Author

@clue Done. Added PHPUnit 6 support ✅

Copy link
Member

@clue clue left a comment

Choose a reason for hiding this comment

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

Thank you for the quick update, changes LGTM! :shipit:

@clue clue added this to the v0.8.0 milestone Nov 14, 2017
@clue clue changed the title Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase Forward compatibility with PHPUnit 6 Nov 14, 2017
@clue
Copy link
Member

clue commented Nov 14, 2017

Rebased now that #244 is in :shipit:

@clue clue merged commit 7c6c705 into reactphp:master Nov 14, 2017
@carusogabriel carusogabriel deleted the phpunit branch November 14, 2017 15:28
WyriHaximus pushed a commit to WyriHaximus/http that referenced this pull request Nov 14, 2017
Forward compatibility with PHPUnit 6
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.

None yet

5 participants