Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / Menu / MenuAccessTest.php
index 10af396a6d74497d4af5a30e9f2ae752de42d63c..7d3c0a4b3ddd5a2bfe89abf714d673c72caafd02 100644 (file)
@@ -38,7 +38,7 @@ class MenuAccessTest extends BrowserTestBase {
     // Test that there's link rendered on the route.
     $this->drupalGet('menu_test_access_check_session');
     $this->assertLink('Test custom route access check');
-    // Page still accessible but thre should not be menu link.
+    // Page is still accessible but there should be no menu link.
     $this->drupalGet('menu_test_access_check_session');
     $this->assertResponse(200);
     $this->assertNoLink('Test custom route access check');