CToolsWizardTest::$modules

Same name and namespace in other branches
  1. 4.0.x tests/src/Functional/CToolsWizardTest.php \Drupal\Tests\ctools\Functional\CToolsWizardTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

tests/src/Functional/CToolsWizardTest.php, line 16

Class

CToolsWizardTest
Tests basic wizard functionality.

Namespace

Drupal\Tests\ctools\Functional

Code

protected static $modules = [
    'ctools',
    'ctools_wizard_test',
];