Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43316, comment 113


Ignore:
Timestamp:
10/18/2018 09:05:19 AM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43316, comment 113

    initial v1  
    99This is a problem with testing, not with the actual functionality and should be fixed in the tests :)
    1010
    11 A possible (easy) solution would be to run these tests last, after all of the other attachment tests.
     11A 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.