Open chanmix51 opened 10 years ago
->datetime($this->newTestedInstance()->fromPg('2014-09-27 18:51:35.678406+00')) ->hasDateAndTime(2014, 09, 27, 18, 51, 35.678406)
fails. If I change the month from int 09 to int 9, it works. The failing message is: failed: Datetime is 2014-09-27 18:51:35 instead of 2014-00-27 18:51:35
failed: Datetime is 2014-09-27 18:51:35 instead of 2014-00-27 18:51:35
Hello :-),
Could you open the same issue on https://github.com/atoum/atoum please? This one is a fork.
fails. If I change the month from int 09 to int 9, it works. The failing message is:
failed: Datetime is 2014-09-27 18:51:35 instead of 2014-00-27 18:51:35