respect-validation/tests
Henrique Moody debf6c556e
Make DateTime tests pass
I did some digging but couldn't figure out what was happening. It
probably is something related to today's date because PHP itself is not
parsing dates correctly.

```php
echo DateTime::createFromFormat('Ym', '202302')->format('Ym');
// Outputs 202303
```

For now, I'm just making the tests pass, but I created an issue with
getting back to it later.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-01-29 22:28:49 +01:00
..
fixtures Update PHP support 2018-12-02 11:09:24 +01:00
integration Improve readability of integration tests 2023-04-01 07:40:42 +02:00
library Check if property is initialized before getting its value 2024-01-27 20:36:01 +01:00
unit Make DateTime tests pass 2024-01-29 22:28:49 +01:00