public static property RESTTestBase::$modules in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/rest/src/Tests/RESTTestBase.php \Drupal\rest\Tests\RESTTestBase::modules
Modules to install.
Type: array
File
- core/
modules/ rest/ src/ Tests/ RESTTestBase.php, line 59 - Contains \Drupal\rest\Tests\RESTTestBase.
Class
- RESTTestBase
- Test helper class that provides a REST client method to send HTTP requests.
Namespace
Drupal\rest\TestsCode
public static $modules = array(
'rest',
'entity_test',
'node',
);