Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / field / src / Tests / reEnableModuleFieldTest.php
index 24c0effef2d52359c93f3f799cfec3b4624751cf..ce98c7f58236ac39e87f60205d6cb102133d2148 100644 (file)
@@ -86,7 +86,7 @@ class reEnableModuleFieldTest extends WebTestBase {
     $this->assertRaw('<a href="tel:123456789">');
 
     // Test that the module can't be uninstalled from the UI while there is data
-    // for it's fields.
+    // for its fields.
     $admin_user = $this->drupalCreateUser(['access administration pages', 'administer modules']);
     $this->drupalLogin($admin_user);
     $this->drupalGet('admin/modules/uninstall');