You are here

public static property RestExampleSettingsTest::$modules in Examples for Developers 3.x

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/rest_example/tests/src/Functional/RestExampleSettingsTest.php, line 21

Class

RestExampleSettingsTest
Test the settings in Rest Example.

Namespace

Drupal\Tests\rest_example\Funtional

Code

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