diff --git a/tests/FormElement/SelectElementTest.php b/tests/FormElement/SelectElementTest.php index 2d5de9ba..28339a67 100644 --- a/tests/FormElement/SelectElementTest.php +++ b/tests/FormElement/SelectElementTest.php @@ -257,11 +257,4 @@ public function testSetValueSelectsAnOption() $select ); } - - public function testLabelCanBeChanged() - { - $option = new SelectOption('value', 'Original label'); - $option->setLabel('New label'); - $this->assertHtml('', $option); - } }