Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / comment / src / Tests / Views / CommentTestBase.php
index 3d10858351f3acb295d6baf68b9abb02961676a9..c364e2631f5250e8aff8fc92db99a5c3624eca3d 100644 (file)
@@ -63,8 +63,8 @@ abstract class CommentTestBase extends ViewTestBase {
    */
   protected $comment;
 
-  protected function setUp() {
-    parent::setUp();
+  protected function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
     ViewTestData::createTestViews(get_class($this), ['comment_test_views']);