protected static property ParagraphsUninstallTest::$modules

Modules to enable.

Type: array

File

paragraphs/tests/src/Functional/ParagraphsUninstallTest.php, line 19

Class

ParagraphsUninstallTest
Tests that Paragraphs module can be uninstalled.

Namespace

Drupal\Tests\paragraphs\Functional

Code

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