wiki.techinc.nl/includes/context
Max Semenik 859aa19359 Reset RequestContext between tests
Its state can change when people do something with objects it returns or
when they alter globals like $wgRequest. By resetting this singleton, we
ensure that no such change will propagate outside of a test.

Change-Id: I7e8598716d810a09c17f80a05deecab617b62346
2014-06-27 10:59:47 -07:00
..
ContextSource.php Removed getLang() from IContextSource and subclasses 2014-06-20 11:36:59 -07:00
DerivativeContext.php Removed setLang() too from IContextSource subclasses 2014-06-22 19:54:14 +00:00
IContextSource.php Removed getLang() from IContextSource and subclasses 2014-06-20 11:36:59 -07:00
RequestContext.php Reset RequestContext between tests 2014-06-27 10:59:47 -07:00