rezzza / TimeTraveler

Time traveling php library (pretty similar to ruby timecop)
103 stars 11 forks source link

Support date & gmdate functions #5

Closed shouze closed 10 years ago

shouze commented 10 years ago

As we can call them this way:

$date = date('Y-m-d');
stephpy commented 10 years ago

Done here https://github.com/rezzza/TimeTraveler/pull/14