Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #979

Merged
merged 1 commit into from
Nov 13, 2017
Merged

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #979

merged 1 commit into from
Nov 13, 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.

Copy link
Contributor

@jaypatel512 jaypatel512 left a comment

Choose a reason for hiding this comment

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

👍

@jaypatel512 jaypatel512 merged commit 2c159e4 into paypal:master Nov 13, 2017
@carusogabriel carusogabriel deleted the phpunit branch November 13, 2017 19:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants