13 calls to ResourceTestBase::assertResourceResponse() in JSON:API 8
- CommentTest::testPostIndividualSkipCommentApproval in tests/
src/ Functional/ CommentTest.php - Tests POSTing a comment with and without 'skip comment approval'.
- 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::assertResourceErrorResponse in tests/
src/ Functional/ ResourceTestBase.php - Asserts that a resource error response has the given message.
- ResourceTestBase::doTestRelationshipPost in tests/
src/ Functional/ ResourceTestBase.php - Performs one round of relationship POST, PATCH and DELETE route testing.
- ResourceTestBase::doTestSparseFieldSets in tests/
src/ Functional/ ResourceTestBase.php - Tests sparse field sets.
- 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.
- TermTest::testPatchPath in tests/
src/ Functional/ TermTest.php - Tests PATCHing a term's path.
- UserTest::testPatchDxForSecuritySensitiveBaseFields in tests/
src/ Functional/ UserTest.php - Tests PATCHing security-sensitive base fields of the logged in account.