Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Updater / UpdaterTest.php
index 185a3fe5167439dde78c45c52bdbcd3fba06e7a9..9f26f4a454d2eb3cb52f927a01f80fbcb27fd5ed 100644 (file)
@@ -22,7 +22,7 @@ class UpdaterTest extends KernelTestBase {
    * @see https://drupal.org/node/2409515
    */
   public function testGetProjectTitleWithChild() {
-    // Get the project title from it's directory. If it can't find the title
+    // Get the project title from its directory. If it can't find the title
     // it will choose the first project title in the directory.
     $directory = \Drupal::root() . '/core/modules/system/tests/modules/module_handler_test_multiple';
     $title = Updater::getProjectTitle($directory);