Fixed attempt to write to the wiki's upload directory during parser tests instead...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Mar 2012 00:28:30 +0000 (00:28 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Mar 2012 00:28:30 +0000 (00:28 +0000)
commita654a6e79adc8f4730bb69f79e0b6a960d7d3cbe
tree0184a11a46715c3d02d36993c37defd8dc1abd0a
parent3cad6eb042b2e9d783654f737e2c230f53933eb4
Fixed attempt to write to the wiki's upload directory during parser tests instead of /tmp, this is not allowed. I'm not sure what setupGlobals() is meant to do nowadays, that part is untested. It seems to be duplicated in ParserTest::__construct().
includes/filerepo/backend/lockmanager/LockManagerGroup.php
tests/parser/parserTest.inc