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

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #396

Merged
merged 1 commit into from
Dec 7, 2017
Merged

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #396

merged 1 commit 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 TestCase. 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, that support this namespace.

@fiboknacky
Copy link
Member

Hello @Gabriel-Caruso

Thanks for the pull request. I'll review this soon.

Best,
Knack

@fiboknacky fiboknacky self-assigned this Dec 7, 2017
@fiboknacky
Copy link
Member

Sorry for making you wait for long. It looks good to me.

@fiboknacky fiboknacky merged commit 6e1d7f7 into googleads:master Dec 7, 2017
@carusogabriel carusogabriel mentioned this pull request Dec 7, 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.

2 participants