public static property RESTTestBase::$modules in Drupal 8
Modules to install.
Type: array
File
- core/
modules/ rest/ src/ Tests/ RESTTestBase.php, line 74
Class
- RESTTestBase
- Test helper class that provides a REST client method to send HTTP requests.
Namespace
Drupal\rest\TestsCode
public static $modules = [
'rest',
'entity_test',
];