X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsearch%2Ftests%2Fsrc%2FFunctional%2FSearchKeywordsConditionsTest.php;fp=web%2Fcore%2Fmodules%2Fsearch%2Ftests%2Fsrc%2FFunctional%2FSearchKeywordsConditionsTest.php;h=4c946894d6d80260c077ca5652e5a5c329c982d1;hp=26bff66bdffbca044349b7240161cfabd745fbe3;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php b/web/core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php index 26bff66bd..4c946894d 100644 --- a/web/core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php +++ b/web/core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php @@ -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.