mtdowling / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
http://mtdowling.com/blog/2012/06/03/cron-expressions-in-php/
MIT License
4.9k stars 335 forks source link

Switch PHPUnit 5. #138

Closed lucasmichot closed 7 years ago

lucasmichot commented 7 years ago

As thsi package now requires php>=7, we should now switch to phpunit>=5 only

dragonmantank commented 7 years ago

Saved me a bunch of time. Thanks!

GrahamCampbell commented 7 years ago

This isn;'t actually correct. 5.0 doesn't have this class.

lucasmichot commented 7 years ago

Yeah, 5.7 on 5.8 PR in process

GrahamCampbell commented 7 years ago

I've already PRed.