Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / search / tests / src / Functional / SearchKeywordsConditionsTest.php
index 26bff66bdffbca044349b7240161cfabd745fbe3..4c946894d6d80260c077ca5652e5a5c329c982d1 100644 (file)
@@ -3,6 +3,7 @@
 namespace Drupal\Tests\search\Functional;
 
 use Drupal\Component\Utility\Html;
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Verify the search without keywords set and extra conditions.
@@ -13,14 +14,12 @@ use Drupal\Component\Utility\Html;
  *
  * @group search
  */
-class SearchKeywordsConditionsTest extends SearchTestBase {
+class SearchKeywordsConditionsTest extends BrowserTestBase {
 
   /**
-   * Modules to enable.
-   *
-   * @var array
+   * {@inheritdoc}
    */
-  public static $modules = ['comment', 'search_extra_type', 'test_page_test'];
+  protected static $modules = ['comment', 'search', 'search_extra_type', 'test_page_test'];
 
   /**
    * A user with permission to search and post comments.