public static property CreateTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/rest/src/Tests/CreateTest.php \Drupal\rest\Tests\CreateTest::modules
Modules to install.
Type: array
Overrides RESTTestBase::$modules
File
- core/
modules/ rest/ src/ Tests/ CreateTest.php, line 31 - Contains \Drupal\rest\Tests\CreateTest.
Class
- CreateTest
- Tests the creation of resources.
Namespace
Drupal\rest\TestsCode
public static $modules = array(
'hal',
'rest',
'entity_test',
'comment',
);