X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;ds=sidebyside;f=tests%2Fphpunit%2Fincludes%2Fspecials%2FContribsPagerTest.php;h=e881611dbbd526dc879cd00fc477958dab361051;hb=c1db9d74430a8038766a62d32e06135aceb05c21;hp=dc02922408680fa7fc61c1ca96d42eff45786997;hpb=5a68f2902d4e21bc76482c33344f473912768fec;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/specials/ContribsPagerTest.php b/tests/phpunit/includes/specials/ContribsPagerTest.php index dc02922408..e881611dbb 100644 --- a/tests/phpunit/includes/specials/ContribsPagerTest.php +++ b/tests/phpunit/includes/specials/ContribsPagerTest.php @@ -158,9 +158,7 @@ class ContribsPagerTest extends MediaWikiTestCase { $this->assertContains( 'ip_changes', $queryInfo[0] ); $this->assertArrayHasKey( 'ip_changes', $queryInfo[5] ); - $this->assertSame( 'ipc_rev_timestamp', $queryInfo[1]['rev_timestamp'] ); - $this->assertSame( 'ipc_rev_id', $queryInfo[1]['rev_id'] ); - $this->assertSame( [ 'rev_timestamp DESC', 'rev_id DESC' ], $queryInfo[4]['ORDER BY'] ); + $this->assertSame( [ 'ipc_rev_timestamp DESC', 'ipc_rev_id DESC' ], $queryInfo[4]['ORDER BY'] ); } }