Changes between Version 2 and Version 3 of Ticket #43316, comment 113
- Timestamp:
- 10/18/2018 09:47:41 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 113
v2 v3 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. Another is to just do `define( 'DOING_AUTOSAVE', false )` when doing the tests, although that may bring other testsissues down the line and would need proper documentation.11 A possible (easy) solution would be to run these tests last, after all of the other revisions tests. Another is to just do `define( 'DOING_AUTOSAVE', false )` when doing the tests, although that may bring other testing issues down the line and would need proper documentation.