You are here

17 calls to ResourceTestBase::assertResourceErrorResponse() in JSON:API 8.2

CommentTest::testPostIndividualDxWithoutCriticalBaseFields in tests/src/Functional/CommentTest.php
Tests POSTing a comment without critical base fields.
FileUploadTest::testFileUploadInvalidFileType in tests/src/Functional/FileUploadTest.php
Tests using the file upload route with an invalid file type.
FileUploadTest::testFileUploadLargerFileSize in tests/src/Functional/FileUploadTest.php
Tests using the file upload route with a file size larger than allowed.
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.
FileUploadTest::testPostFileUploadInvalidHeaders in tests/src/Functional/FileUploadTest.php
Tests using the file upload POST route with invalid headers.
NodeTest::testPatchPath in tests/src/Functional/NodeTest.php
Tests PATCHing a node's path with and without 'create url aliases'.
ResourceTestBase::doTestRelationshipMutation in tests/src/Functional/ResourceTestBase.php
Performs one round of relationship POST, PATCH and DELETE route testing.
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::testRevisions in tests/src/Functional/ResourceTestBase.php
Tests individual and collection revisions.
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.