Changes between Initial Version and Version 1 of Ticket #42044, comment 4
- Timestamp:
- 10/01/2017 12:50:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42044, comment 4
initial v1 7 7 Not 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 ;-) 8 8 9 ps: I found two files where the [https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.preserveGlobalState preserveGlobalState] annotation is used: 10 11 {{{ 12 tests/phpunit/tests/oembed/headers.php: * @preserveGlobalState disabled 13 tests/phpunit/tests/ajax/Response.php: * @preserveGlobalState disabled 14 15 }}}