You are here

public static property ParagraphsUninstallTest::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

ParagraphsUninstallTest
Tests that Paragraphs module can be uninstalled.

Namespace

Drupal\Tests\paragraphs\Functional

Code

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