JayBizzle / PHP-Seasons

A small utility class that returns the meteorological season from a given date
MIT License
6 stars 2 forks source link

fix phpunit configuration to work with phpunit 6 version #9

Closed sensorario closed 7 years ago

sensorario commented 7 years ago

From phpunit 6 the namespace is PHPUnit\Framework\TestCase and this cause tests failure. There was also a typo in class name. Finally, this PR fix the bootstrap file to the vendor/autoload.php.

JayBizzle commented 7 years ago

Thanks!