Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / tests / src / Functional / NodeEditFormTest.php
index c15ca70bbe3beeb27754b07997325a6dbc9ee52d..17f0734f697c8102998ca1bfaeb197d7b93eacb1 100644 (file)
@@ -165,7 +165,7 @@ class NodeEditFormTest extends NodeTestBase {
     $this->drupalGet('node/' . $node->id() . '/edit');
     $this->assertNoFieldByName('uid[0][target_id]');
 
-    // Now test with the Autcomplete (Tags) field widget.
+    // Now test with the Autocomplete (Tags) field widget.
     /** @var \Drupal\Core\Entity\Display\EntityFormDisplayInterface $form_display */
     $form_display = \Drupal::entityManager()->getStorage('entity_form_display')->load('node.page.default');
     $widget = $form_display->getComponent('uid');