public function ShortcutTest::testPatchIndividual in JSON:API 8
Same name and namespace in other branches
- 8.2 tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::testPatchIndividual()
Tests PATCHing an individual resource, plus edge cases to ensure good DX.
Overrides ResourceTestBase::testPatchIndividual
File
- tests/
src/ Functional/ ShortcutTest.php, line 167
Class
- ShortcutTest
- JSON API integration test for the "Shortcut" content entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
public function testPatchIndividual() {
$this
->markTestSkipped('Disabled until https://www.drupal.org/project/drupal/issues/2982060 is fixed.');
}