protected static property UserTest::$patchProtectedFieldNames in JSON:API 8.2
Same name and namespace in other branches
- 8 tests/src/Functional/UserTest.php \Drupal\Tests\jsonapi\Functional\UserTest::patchProtectedFieldNames
The fields that are protected against modification during PATCH requests.
Type: string[]
Overrides ResourceTestBase::$patchProtectedFieldNames
File
- tests/
src/ Functional/ UserTest.php, line 40
Class
- UserTest
- JSON:API integration test for the "User" content entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected static $patchProtectedFieldNames = [
'changed' => NULL,
];