Bug Report #4657
CoreTest.php messes up $GLOBALS causing phpunit notices
| Status: | New | Start date: | 11/14/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | 3.3.1 | |||
| Resolution: | Points: | 1 |
Description
After the CoreTest:test_globals_removes_user_def_globals has run I get a bunch of notices:
Notice: Undefined index: _SERVER in vendor/phpunit/phpunit/PHPUnit/Util/Filter.php on line 69
Maybe there's a way to reinstate the $GLOBALS array after running this test?
History
Updated by Valeriy Volkov 6 months ago
I`m having same issue - please fix