diff --git a/core/modules/system/src/Tests/Render/Element/SelectTest.php b/core/modules/system/src/Tests/Render/Element/SelectTest.php index 503a9d5..88e781e 100644 --- a/core/modules/system/src/Tests/Render/Element/SelectTest.php +++ b/core/modules/system/src/Tests/Render/Element/SelectTest.php @@ -53,7 +53,7 @@ protected function setUp() { /** * Tests the rendering of a select element. */ - public function testSelect() { + public function testRendering() { foreach ($this->providerTestSelect() as $test_case) { $element = $test_case['element']; // In order to avoid calling FormBuilderInterface::prepareForm() we have