protected static property ParagraphsContactTest::$modules

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

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

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

Class

ParagraphsContactTest
Tests paragraphs with contact forms.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

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