You are here

public static property EnablePhoneInternationalTest::$modules in International Phone 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/EnablePhoneInternationalTest.php, line 20

Class

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

Namespace

Drupal\Tests\phone_international\Functional

Code

public static $modules = [
  'phone_international',
];