#25632 closed defect (bug) (wontfix)
post_parent out of range error in unit tests
Reported by: | atimmer | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.7 |
Component: | Unit Tests | Keywords: | |
Focuses: | Cc: |
Description
in tests/post/attachments.php
Out of range value for column 'post_parent', the function _make_attachment() uses a default value of -1.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
This is caused by mysql strict mode, WordPress doesn't support mysql strict mode.