function EntityTestComputedFieldNormalizerTest::testDelete
Tests a DELETE request for an entity, plus edge cases to ensure good DX.
Overrides EntityResourceTestBase::testDelete
File
-
core/
modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestComputedFieldNormalizerTest.php, line 110
Class
- EntityTestComputedFieldNormalizerTest
- Test normalization of computed field.
Namespace
Drupal\Tests\entity_test\Functional\RestCode
public function testDelete() : void {
// Delete test not required.
$this->markTestSkipped();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.