Skip to content

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #488

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
Dec 7, 2017
Merged

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #488

merged 2 commits into from
Dec 7, 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.

@XWB
Copy link
Contributor

XWB commented Nov 16, 2017

How about bumping PHPUnit dependencies in composer.json to ~4.8.35 || ~5.4.3 ?

@carusogabriel
Copy link
Contributor Author

@XWB Did it. Bumped PHPUnit minimum versions.

@stloyd stloyd merged commit a4ae481 into php-amqplib:master Dec 7, 2017
@stloyd
Copy link
Collaborator

stloyd commented Dec 7, 2017

Merged, thanks @carusogabriel !

@carusogabriel carusogabriel deleted the phpunit branch December 7, 2017 14:08
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.

3 participants