24 calls to ResourceTestBase::getAuthenticationRequestOptions() in JSON:API 8
- CommentTest::testCollectionFilterAccess in tests/
src/ Functional/ CommentTest.php - CommentTest::testPostIndividualDxWithoutCriticalBaseFields in tests/
src/ Functional/ CommentTest.php - Tests POSTing a comment without critical base fields.
- CommentTest::testPostIndividualSkipCommentApproval in tests/
src/ Functional/ CommentTest.php - Tests POSTing a comment with and without 'skip comment approval'.
- ConfigurableLanguageTest::testGetIndividualDefaultConfig in tests/
src/ Functional/ ConfigurableLanguageTest.php - Test a GET request for a default config entity, which has a _core key.
- FileTest::testCollectionFilterAccess in tests/
src/ Functional/ FileTest.php - MessageTest::testCollection in tests/
src/ Functional/ MessageTest.php - Tests GETting a collection of resources.
- NodeTest::testCollectionFilterAccess in tests/
src/ Functional/ NodeTest.php - NodeTest::testGetIndividual in tests/
src/ Functional/ NodeTest.php - Tests GETting an individual resource, plus edge cases to ensure good DX.
- NodeTest::testPatchPath in tests/
src/ Functional/ NodeTest.php - Tests PATCHing a node's path with and without 'create url aliases'.
- ResourceTestBase::testCollection in tests/
src/ Functional/ ResourceTestBase.php - Tests GETting a collection of resources.
- ResourceTestBase::testDeleteIndividual in tests/
src/ Functional/ ResourceTestBase.php - Tests DELETEing an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testGetIndividual in tests/
src/ Functional/ ResourceTestBase.php - Tests GETting an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testPatchIndividual in tests/
src/ Functional/ ResourceTestBase.php - Tests PATCHing an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testPostIndividual in tests/
src/ Functional/ ResourceTestBase.php - Tests POSTing an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testRelated in tests/
src/ Functional/ ResourceTestBase.php - Tests GETing related resource of an individual resource.
- ResourceTestBase::testRelationships in tests/
src/ Functional/ ResourceTestBase.php - Tests CRUD of individual resource relationship data.
- ShortcutTest::testCollectionFilterAccess in tests/
src/ Functional/ ShortcutTest.php - TermTest::testGetIndividualTermWithParent in tests/
src/ Functional/ TermTest.php - Tests GETting a term with a parent term other than the default <root> (0).
- TermTest::testPatchPath in tests/
src/ Functional/ TermTest.php - Tests PATCHing a term's path.
- UserTest::testCollectionFilterAccess in tests/
src/ Functional/ UserTest.php - UserTest::testGetMailFieldOnlyVisibleToOwner in tests/
src/ Functional/ UserTest.php - Tests GETting privacy-sensitive base fields.
- UserTest::testPatchDxForSecuritySensitiveBaseFields in tests/
src/ Functional/ UserTest.php - Tests PATCHing security-sensitive base fields of the logged in account.
- UserTest::testPatchSecurityOtherUser in tests/
src/ Functional/ UserTest.php - Tests PATCHing security-sensitive base fields to change other users.
- UserTest::testQueryInvolvingRoles in tests/
src/ Functional/ UserTest.php - Test good error DX when trying to filter users by role.