Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / dblog / tests / src / Functional / Update / DblogRecentLogsUsingViewsUpdateTest.php
index 851c15ee713436f111e854bfb8364a359f5c992e..3f54207e673176cbc5896978abe07d0315da529f 100644 (file)
@@ -5,9 +5,10 @@ namespace Drupal\Tests\dblog\Functional\Update;
 use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 
 /**
- * Ensures that update hook that creates the watchdog view ran sucessfully.
+ * Ensures that update hook that creates the watchdog view ran successfully.
  *
  * @group Update
+ * @group legacy
  */
 class DblogRecentLogsUsingViewsUpdateTest extends UpdatePathTestBase {
 
@@ -24,7 +25,7 @@ class DblogRecentLogsUsingViewsUpdateTest extends UpdatePathTestBase {
    * Ensures that update hook is run for dblog module.
    */
   public function testUpdate() {
-    // Make sure the watchog view doesn't exist before the updates.
+    // Make sure the watchdog view doesn't exist before the updates.
     $view = \Drupal::entityTypeManager()->getStorage('view')->load('watchdog');
     $this->assertNull($view);