Ticket #1716 (closed defect: worksforme)
timestampable fields fail validation when data is loaded via fixtures
| Reported by: | hal | Owned by: | jwage |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.0.5 |
| Component: | Validators | Version: | 1.0.4 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description
When validation is enabled, (Doctrine::ATTR_VALIDATE => Doctrine::VALIDATE_ALL), timestampable fields fail validation when data is loaded via a fixture file.
This may have something to do with ticket #908, but hopefully a workaround can be found bearing in mind that fixtures are essential for testing, so validators cannot be used while this issue exists.
Change History
Note: See
TracTickets for help on using
tickets.