You are here

protected static property SmsFrameworkUpdateTest::$modules in SMS Framework 2.x

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

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

tests/src/Functional/SmsFrameworkUpdateTest.php, line 27

Class

SmsFrameworkUpdateTest
Update path test coverage for sms module.

Namespace

Drupal\Tests\sms\Functional

Code

protected static $modules = [
  'user',
  'telephone',
  'dynamic_entity_reference',
  'sms',
];