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