File
- drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php, line 24
- Definition of Drupal\rest\test\DeleteTest.
Class
- DeleteTest
- Tests resource deletion on user, node and test entities.
Namespace
Drupal\rest\Tests
Code
public static function getInfo() {
return array(
'name' => 'Delete resource',
'description' => 'Tests the deletion of resources.',
'group' => 'REST',
);
}