Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[2.5] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase#247

Merged
vlucas merged 1 commit into
vlucas:masterfrom
carusogabriel:phpunit
Nov 15, 2017
Merged

[2.5] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase#247
vlucas merged 1 commit into
vlucas:masterfrom
carusogabriel:phpunit

Conversation

@carusogabriel

Copy link
Copy Markdown
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, that support this namespace.

@vlucas

vlucas commented Nov 15, 2017

Copy link
Copy Markdown
Owner

Merging this because it only fails on PHP 5.3, and only because Travis no longer supports it.

@vlucas vlucas merged commit 5caef0d into vlucas:master Nov 15, 2017
@carusogabriel carusogabriel deleted the phpunit branch November 15, 2017 22:13
@GrahamCampbell GrahamCampbell changed the title Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase [2.5] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase Jan 28, 2019
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