Some misc fixes to tests:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 16 Aug 2011 15:17:35 +0000 (15:17 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 16 Aug 2011 15:17:35 +0000 (15:17 +0000)
commit062e2723ba438706d45ff98caddbcb0b8cb0b8ec
tree895ec621696b31db6e8aba74d49caa3fa0f865fc
parentab0ebed3fd7f56a4d4688e7f2b4dc7f906c8f574
Some misc fixes to tests:
* Don't create a WebRequest instance to put in $wgRequest in test since it is meant for HTTP requests, not command line ones
* Force $wgAlwaysUseTidy to false in ExtraParserTest, having it to true breaks testBug8689() and testParse()
tests/parser/parserTest.inc
tests/phpunit/includes/ExtraParserTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/suites/UploadFromUrlTestSuite.php