Skip to content

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase#184

Closed
carusogabriel wants to merge 2 commits intofirebase:masterfrom
carusogabriel:patch-1
Closed

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase#184
carusogabriel wants to merge 2 commits intofirebase:masterfrom
carusogabriel:patch-1

Conversation

@carusogabriel
Copy link

@carusogabriel carusogabriel commented Nov 8, 2017

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.

Just needed to bump PHPUnit version to 4.8.36, to keep compatibility.

Also, changed Travis CI to run the PHPUnit version installed with Composer, not the globally one. The global one is in version ~6.4, and contains some deprecated method that we'll need to work on that latter.

@bshaffer
Copy link
Collaborator

Closing in favor of #193 because we updated the build files and rebased.

@bshaffer bshaffer closed this Jan 26, 2018
@carusogabriel carusogabriel deleted the patch-1 branch January 26, 2018 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants