Commit 46f666ba authored by Ana Júlia Gomes Przsiczny's avatar Ana Júlia Gomes Przsiczny Committed by Markus Kalkbrenner
Browse files

Resolve #3257445 "The modules property"

parent 56afe2e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class SliderIntegrationTest extends FacetsTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'views',
    'node',
    'search_api',
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ class RestIntegrationTest extends FacetsTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'rest_view',
    'views_ui',
  ];
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class SearchboxWidgetJSTest extends WidgetJSTest {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'views',
    'search_api',
    'facets',
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ class HierarchicalFacetIntegrationTest extends FacetsTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'facets_summary',
  ];

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ class IntegrationTest extends FacetsTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'facets_summary',
  ];

Loading