* Don't select (even twice for PHPUnit tests) "FOR UPDATE", but use the master databa...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 7 Jan 2012 12:19:10 +0000 (12:19 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 7 Jan 2012 12:19:10 +0000 (12:19 +0000)
commit40c98e0ad1035d7006c5740e13ced123f0fa4c7c
treeff40b7b9403a516252326f654c9c17c4896cee34
parent412d71adf520925a23b6d81ce4922167b09fcc6c
* Don't select (even twice for PHPUnit tests) "FOR UPDATE", but use the master database directly instead
* Also pass the line number
* Removed useless usage of $title when throwing the exception about invalid since that variable is always null
* Added $ignoreDuplicate parameter to ParserTest::addArticle()
tests/parser/parserTest.inc
tests/phpunit/includes/parser/NewParserTest.php