Introducing LinksUpdateTest.
authordaniel <daniel.kinzler@wikimedia.de>
Thu, 10 May 2012 20:56:34 +0000 (22:56 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Sun, 13 May 2012 15:07:10 +0000 (17:07 +0200)
commit50ee1d23e5c8f115a7e63e11b47a81c725270609
treed1151f2a1d14e64e8f0c1fd5ea1f45657dbaa949
parentae78b076cda493be1294918b25f9ee8dfeeb04fc
Introducing LinksUpdateTest.

This test case is intended to test the updating of various links
tables using a LinksUpdate object, based on the information in
a ParserOutput object.

Patch set 3: Suggestions by Aaron:
             factored assertSelect() out into MediaWikiTestCase.
             Force sorting of result set under testing.

Change-Id: I2d01e67ee7396080a04e5dff637aca0dc159c65d
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/LinksUpdateTest.php [new file with mode: 0644]