Changes between Initial Version and Version 1 of Ticket #43316, comment 113
- Timestamp:
- 10/18/2018 09:05:19 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 113
initial v1 9 9 This is a problem with testing, not with the actual functionality and should be fixed in the tests :) 10 10 11 A possible (easy) solution would be to run these tests last, after all of the other attachment tests. 11 A possible (easy) solution would be to run these tests last, after all of the other attachment tests. Another is to just do `define( 'DOING_AUTOSAVE', false )` when doing the tests, although that may bring other issues down the line and would need proper documentation.