You are here

public static property ParagraphsContactTest::$modules in Paragraphs 8

Same name in this branch
  1. 8 tests/src/Functional/WidgetLegacy/ParagraphsContactTest.php \Drupal\Tests\paragraphs\Functional\WidgetLegacy\ParagraphsContactTest::modules
  2. 8 tests/src/Functional/WidgetStable/ParagraphsContactTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsContactTest::modules

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

tests/src/Functional/WidgetStable/ParagraphsContactTest.php, line 19

Class

ParagraphsContactTest
Tests paragraphs with contact forms.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

public static $modules = array(
  'contact',
);