You are here

public static property SmsBlastBrowserTest::$modules in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 modules/sms_blast/tests/src/Functional/SmsBlastBrowserTest.php \Drupal\Tests\sms_blast\Functional\SmsBlastBrowserTest::modules
  2. 2.1.x modules/sms_blast/tests/src/Functional/SmsBlastBrowserTest.php \Drupal\Tests\sms_blast\Functional\SmsBlastBrowserTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides SmsFrameworkBrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/sms_blast/tests/src/Functional/SmsBlastBrowserTest.php, line 22

Class

SmsBlastBrowserTest
Integration tests for the sms_blast module.

Namespace

Drupal\Tests\sms_blast\Functional

Code

public static $modules = [
  'sms',
  'user',
  'sms_blast',
];