You are here

30 calls to ResourceTestBase::getAuthenticationRequestOptions() in JSON:API 8.2

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
FileUploadTest::fileRequest in tests/src/Functional/FileUploadTest.php
Performs a file upload request. Wraps the Guzzle HTTP client.
FileUploadTest::testPostFileUpload in tests/src/Functional/FileUploadTest.php
Tests using the file upload POST route; needs second request to "use" file.
FileUploadTest::testPostFileUploadAndUseInSingleRequest in tests/src/Functional/FileUploadTest.php
Tests using the 'file upload and "use" file in single request" POST route.
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'.
NodeTest::testPostNonExistingAuthor in tests/src/Functional/NodeTest.php
Creating relationships to missing resources should be 404 per JSON:API 1.1.
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.
ResourceTestBase::testRevisions in tests/src/Functional/ResourceTestBase.php
Tests individual and collection revisions.
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::testCollectionContainsAnonymousUser in tests/src/Functional/UserTest.php
Tests that the collection contains the anonymous user.
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.