Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Nov 19, 2021
1 parent 25ecd51 commit 5788170
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 82 deletions.
2 changes: 2 additions & 0 deletions tests/EntityHydratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public function dataTimeImmutableValueProvider() : array
return [
[new \DateTimeImmutable('2010-01-01')],
['2010-01-01'],
['1262304000'],
[1262304000],
];
}
Expand All @@ -209,6 +210,7 @@ public function dateTimeValueProvider() : array
return [
[new \DateTime('2010-01-01')],
['2010-01-01'],
['1262304000'],
[1262304000],
];
}
Expand Down
Loading

0 comments on commit 5788170

Please sign in to comment.