PHP-DI / ZF2-Bridge

PHP-DI integration with Zend Framework 2
MIT License
11 stars 14 forks source link

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #17

Closed carusogabriel closed 6 years ago

carusogabriel commented 6 years ago

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.

Rastusik commented 6 years ago

@gabriel-caruso I'm sorry, but the travis build doesn't pass with this pull request, could you please take a look at what changed?

carusogabriel commented 6 years ago

@Rastusik I've fixed the tests by adding support to acclimate/container version 2.