vegas-cmf / core

Vegas CMF Core
MIT License
30 stars 7 forks source link

new year \Vegas\Util\DateTime tests failing #35

Closed arius86 closed 9 years ago

arius86 commented 9 years ago
$this->assertFalse(\Vegas\Util\DateTime::isValid((new \DateTime())->format('d/m/Y')));

It works for 31/12/2014 (and so) but now with 2/1/2015 DateTime has some problems (same in testShouldResolveDateTime test).