Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39776, comment 28


Ignore:
Timestamp:
09/20/2019 08:13:32 AM (5 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39776, comment 28

    initial v1  
    1 ps: [attachment:"39776-15.diff"] also adds assert failure messages, to help with debugging on failures, as it's a loop of assertions.
     1ps: [attachment:"39776-15.diff"] also adds assert failure messages:
     2
     3{{{
     4$this->assertSame( 'custom-position', $actual_position, 'Menu not inserted at the expected position with ' . $test );
     5
     6}}}
     7
     8to help with debugging on failures, as it's a loop of assertions.