dwightwatson / validating

Automatically validating Eloquent models for Laravel
MIT License
968 stars 76 forks source link

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #209

Closed samnela closed 5 years ago

dwightwatson commented 5 years ago

Cool they have forward compatibility for this, I would have expected we'd have to bump up PHPUnit. Thanks!