You are here

public function EntityTestComputedFieldNormalizerTest::testPatch in Drupal 9

Tests a PATCH request for an entity, plus edge cases to ensure good DX.

Overrides EntityResourceTestBase::testPatch

File

core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php, line 94

Class

EntityTestComputedFieldNormalizerTest
Test normalization of computed field.

Namespace

Drupal\Tests\entity_test\Functional\Rest

Code

public function testPatch() {

  // Patch test not required.
  $this
    ->markTestSkipped();
}