Follow up r72799.
Make this global so the Maps tests can work when called from phpunit.
This commit is contained in:
parent
87c6f7ad2b
commit
32660c170e
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
require( dirname( __FILE__ ) . '/Maintenance.php' );
|
||||
|
||||
global $optionsWithArgs;
|
||||
if ( !isset( $optionsWithArgs ) ) {
|
||||
$optionsWithArgs = array();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue