Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / book / tests / src / Functional / BookTest.php
index d02dfd50d9c3f1fddd4deca01beda884b5726141..6fe03dec877da42f0dc6856aa25078d4c0e67744 100644 (file)
@@ -177,7 +177,7 @@ class BookTest extends BrowserTestBase {
     $this->checkBookNode($other_book, [$node], FALSE, FALSE, $node, []);
     $this->checkBookNode($node, NULL, $other_book, $other_book, FALSE, [$other_book]);
 
-    // Test that we can save a book programatically.
+    // Test that we can save a book programmatically.
     $this->drupalLogin($this->bookAuthor);
     $book = $this->createBookNode('new');
     $book->save();
@@ -282,7 +282,7 @@ class BookTest extends BrowserTestBase {
       $nodes[$child] = $this->createBookNode($book->id(), $nodes[$parent]->id());
     }
     $this->drupalGet($nodes[0]->toUrl('edit-form'));
-    // Snice Node 0 has children 2 levels deep, nodes 10 and 11 should not
+    // Since Node 0 has children 2 levels deep, nodes 10 and 11 should not
     // appear in the selector.
     $this->assertNoOption('edit-book-pid', $nodes[10]->id());
     $this->assertNoOption('edit-book-pid', $nodes[11]->id());