ParserOutput::addLanguageLink needs a string
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 7 Dec 2012 11:33:47 +0000 (12:33 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 7 Dec 2012 11:33:47 +0000 (12:33 +0100)
commite3cdd9b742489c6169198470f2be7028951efc85
tree9c06d48846427a2b85c67f3068012f89dbc3f426
parentace6ceaf484b5e6390be645ef36d85e747bc922e
ParserOutput::addLanguageLink needs a string

The Parser passed a string, not a Title object to that method, doing
this in the test also

Change-Id: I05d195c1dc3cd2366795334f81601007240d9f33
tests/phpunit/includes/LinksUpdateTest.php