jsor / doctrine-postgis

Spatial and Geographic Data with PostGIS and Doctrine.
MIT License
209 stars 50 forks source link

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #33

Closed carusogabriel closed 7 years ago

carusogabriel commented 7 years ago

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 and ^5.7, that support this namespace.

jsor commented 7 years ago

Thanks!