protected static property ParagraphsDemoTest::$modules

Modules to enable.

Type: string[]

File

paragraphs/modules/paragraphs_demo/tests/src/Functional/ParagraphsDemoTest.php, line 22

Class

ParagraphsDemoTest
Tests the demo module for Paragraphs.

Namespace

Drupal\Tests\paragraphs_demo\Functional

Code

protected static $modules = array(
  'paragraphs_demo',
  'block',
);