Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42044, comment 4


Ignore:
Timestamp:
10/01/2017 12:50:36 PM (8 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42044, comment 4

    initial v1  
    77Not sure how the status is today, but I can imagine, from the above testing, that it would at least increase the memory usage and the run-time. That might overshadow the positive things it could have ;-)
    88
     9ps: I found two files where the [https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.preserveGlobalState preserveGlobalState] annotation is used:
     10
     11{{{
     12tests/phpunit/tests/oembed/headers.php: * @preserveGlobalState disabled
     13tests/phpunit/tests/ajax/Response.php:   * @preserveGlobalState disabled
     14
     15}}}