diff --git a/core/modules/entity_reference/src/Tests/EntityReferenceAdminTest.php b/core/modules/entity_reference/src/Tests/EntityReferenceAdminTest.php index 57b02ec..50bbdae 100644 --- a/core/modules/entity_reference/src/Tests/EntityReferenceAdminTest.php +++ b/core/modules/entity_reference/src/Tests/EntityReferenceAdminTest.php @@ -102,8 +102,8 @@ public function testFieldAdminHandler() { // Check that the field appears in the overview form. $this->assertFieldByXPath('//table[@id="field-overview"]//tr[@id="field-test"]/td[1]', 'Test label', 'Field was created and appears in the overview page.'); - // Check that the field settings form can be submitted again, even though - // though the field is required. + // Check that the field settings form can be submitted again, even when the + // field is required. // The first 'Edit' link is for the Body field. $this->clickLink(t('Edit'), 1); $this->drupalPostForm(NULL, array(), t('Save settings'));