Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #29123


Ignore:
Timestamp:
08/05/2014 10:32:11 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29123 – Description

    initial v2  
    1 Due to the change made here, https://core.trac.wordpress.org/changeset/29251 to backup and restore these global variables, all unit tests are failing for me with  {{{ Undefined index: merged_filters }}}. By adding a check on line 101 to check if the value exists within the {{{ self::$hooks_saved }}} would prevent this error from occurring.
     1Due to the change made here, [29251] to backup and restore these global variables, all unit tests are failing for me with  {{{ Undefined index: merged_filters }}}. By adding a check on line 101 to check if the value exists within the {{{ self::$hooks_saved }}} would prevent this error from occurring.
    22
    33Here is an example of the phpunit output there. https://travis-ci.org/voceconnect/thermal-api/jobs/31176473