From 34bf9ac3810ba93a033ec47007cfeb983e7ce364 Mon Sep 17 00:00:00 2001 From: Thalia Date: Thu, 3 Jan 2019 17:06:50 +0000 Subject: [PATCH] Remove duplicate assertion in SpecialBlockTest Change-Id: I55d0112a8e3acf06fdfca979552a2746ae928c4f --- tests/phpunit/includes/specials/SpecialBlockTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/includes/specials/SpecialBlockTest.php b/tests/phpunit/includes/specials/SpecialBlockTest.php index 40fe1e382b..e2c0084b21 100644 --- a/tests/phpunit/includes/specials/SpecialBlockTest.php +++ b/tests/phpunit/includes/specials/SpecialBlockTest.php @@ -38,7 +38,6 @@ class SpecialBlockTest extends SpecialPageTestBase { $this->assertArrayHasKey( 'Reason', $fields ); $this->assertArrayHasKey( 'CreateAccount', $fields ); $this->assertArrayHasKey( 'DisableUTEdit', $fields ); - $this->assertArrayHasKey( 'DisableUTEdit', $fields ); $this->assertArrayHasKey( 'AutoBlock', $fields ); $this->assertArrayHasKey( 'HardBlock', $fields ); $this->assertArrayHasKey( 'PreviousTarget', $fields ); -- 2.20.1