You are here

public static property PhoneInternationalFieldTest::$modules in International Phone 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/PhoneInternationalFieldTest.php \Drupal\Tests\phone_international\Functional\PhoneInternationalFieldTest::modules
  2. 8 tests/src/Functional/PhoneInternationalFieldTest.php \Drupal\Tests\phone_international\Functional\PhoneInternationalFieldTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PhoneInternationalFieldTest.php, line 22

Class

PhoneInternationalFieldTest
Simple test to ensure that main page loads with module enabled.

Namespace

Drupal\Tests\phone_international\Functional

Code

public static $modules = [
  'node',
  'entity_test',
  'field_ui',
  'phone_international',
];