You are here

namespace Drupal\Tests\jsonapi\Functional in Drupal 9

Same name in other branches
  1. 8 Drupal\Tests\jsonapi\Functional
Classsort descending Location Description
ActionTest core/modules/jsonapi/tests/src/Functional/ActionTest.php JSON:API integration test for the "Action" config entity type.
BaseFieldOverrideTest core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php JSON:API integration test for the "BaseFieldOverride" config entity type.
BlockContentTest core/modules/jsonapi/tests/src/Functional/BlockContentTest.php JSON:API integration test for the "BlockContent" content entity type.
BlockContentTypeTest core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php JSON:API integration test for the "BlockContentType" config entity type.
BlockTest core/modules/jsonapi/tests/src/Functional/BlockTest.php JSON:API integration test for the "Block" config entity type.
CommentTest core/modules/jsonapi/tests/src/Functional/CommentTest.php JSON:API integration test for the "Comment" content entity type.
CommentTypeTest core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php JSON:API integration test for the "CommentType" config entity type.
ConfigTestTest core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php JSON:API integration test for the "ConfigTest" config entity type.
ConfigurableLanguageTest core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php JSON:API integration test for the "ConfigurableLanguage" config entity type.
ContactFormTest core/modules/jsonapi/tests/src/Functional/ContactFormTest.php JSON:API integration test for the "ContactForm" config entity type.
ContentLanguageSettingsTest core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php JSON:API integration test for "ContentLanguageSettings" config entity type.
DateFormatTest core/modules/jsonapi/tests/src/Functional/DateFormatTest.php JSON:API integration test for the "DateFormat" config entity type.
EditorTest core/modules/jsonapi/tests/src/Functional/EditorTest.php JSON:API integration test for the "Editor" config entity type.
EntityFormDisplayTest core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php JSON:API integration test for the "EntityFormDisplay" config entity type.
EntityFormModeTest core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php JSON:API integration test for the "EntityFormMode" config entity type.
EntityTestComputedFieldTest core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php JSON:API integration test for the "EntityTestComputedField" content entity type.
EntityTestMapFieldTest core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php JSON:API integration test for the "EntityTestMapField" content entity type.
EntityTestTest core/modules/jsonapi/tests/src/Functional/EntityTestTest.php JSON:API integration test for the "EntityTest" content entity type.
EntityViewDisplayTest core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php JSON:API integration test for the "EntityViewDisplay" config entity type.
EntityViewModeTest core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php JSON:API integration test for the "EntityViewMode" config entity type.
EntryPointTest core/modules/jsonapi/tests/src/Functional/EntryPointTest.php Makes assertions about the JSON:API behavior for internal entities.
ExternalNormalizersTest core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php Asserts external normalizers are handled as expected by the JSON:API module.
FeedTest core/modules/jsonapi/tests/src/Functional/FeedTest.php JSON:API integration test for the "Feed" content entity type.
FieldConfigTest core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php JSON:API integration test for the "FieldConfig" config entity type.
FieldStorageConfigTest core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php JSON:API integration test for the "FieldStorageConfig" config entity type.
FileTest core/modules/jsonapi/tests/src/Functional/FileTest.php JSON:API integration test for the "File" content entity type.
FileUploadTest core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests binary data file upload route.
FilterFormatTest core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php JSON:API integration test for the "FilterFormat" config entity type.
ImageStyleTest core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php JSON:API integration test for the "ImageStyle" config entity type.
InternalEntitiesTest core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Makes assertions about the JSON:API behavior for internal entities.
ItemTest core/modules/jsonapi/tests/src/Functional/ItemTest.php JSON:API integration test for the "Item" content entity type.
JsonApiFunctionalMultilingualTest core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php Tests JSON:API multilingual support.
JsonApiFunctionalTest core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php General functional test class.
JsonApiFunctionalTestBase core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php Provides helper methods for the JSON:API module's functional tests.
JsonApiRegressionTest core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php JSON:API regression tests.
JsonApiRequestTestTrait core/modules/jsonapi/tests/src/Functional/JsonApiRequestTestTrait.php Boilerplate for JSON:API Functional tests' HTTP requests.
MediaTest core/modules/jsonapi/tests/src/Functional/MediaTest.php JSON:API integration test for the "Media" content entity type.
MediaTypeTest core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php JSON:API integration test for the "MediaType" config entity type.
MenuLinkContentTest core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php JSON:API integration test for the "MenuLinkContent" content entity type.
MenuTest core/modules/jsonapi/tests/src/Functional/MenuTest.php JSON:API integration test for the "Menu" config entity type.
MessageTest core/modules/jsonapi/tests/src/Functional/MessageTest.php JSON:API integration test for the "Message" content entity type.
NodeTest core/modules/jsonapi/tests/src/Functional/NodeTest.php JSON:API integration test for the "Node" content entity type.
NodeTypeTest core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php JSON:API integration test for the "NodeType" config entity type.
PathAliasTest core/modules/jsonapi/tests/src/Functional/PathAliasTest.php JSON:API integration test for the "PathAlias" content entity type.
RdfMappingTest core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php JSON:API integration test for the "RdfMapping" config entity type.
ResourceResponseTestTrait core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Utility methods for handling resource responses.
ResourceTestBase core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Subclass this for every JSON:API resource type.
ResponsiveImageStyleTest core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php JSON:API integration test for the "ResponsiveImageStyle" config entity type.
RestExportJsonApiUnsupported core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php Ensures that the 'api_json' format is not supported by the REST module.
RestJsonApiUnsupported core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Ensures that the 'api_json' format is not supported by the REST module.
RestResourceConfigTest core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php JSON:API integration test for the "RestResourceConfig" config entity type.
RoleTest core/modules/jsonapi/tests/src/Functional/RoleTest.php JSON:API integration test for the "Role" config entity type.
SearchPageTest core/modules/jsonapi/tests/src/Functional/SearchPageTest.php JSON:API integration test for the "SearchPage" config entity type.
ShortcutSetTest core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php JSON:API integration test for the "ShortcutSet" config entity type.
ShortcutTest core/modules/jsonapi/tests/src/Functional/ShortcutTest.php JSON:API integration test for the "Shortcut" content entity type.
TermTest core/modules/jsonapi/tests/src/Functional/TermTest.php JSON:API integration test for the "Term" content entity type.
TestCoverageTest core/modules/jsonapi/tests/src/Functional/TestCoverageTest.php Checks that all core content/config entity types have JSON:API test coverage.
TourTest core/modules/jsonapi/tests/src/Functional/TourTest.php JSON:API integration test for the "Tour" config entity type.
UserTest core/modules/jsonapi/tests/src/Functional/UserTest.php JSON:API integration test for the "User" content entity type.
ViewTest core/modules/jsonapi/tests/src/Functional/ViewTest.php JSON:API integration test for the "View" config entity type.
VocabularyTest core/modules/jsonapi/tests/src/Functional/VocabularyTest.php JSON:API integration test for the "vocabulary" config entity type.
WorkflowTest core/modules/jsonapi/tests/src/Functional/WorkflowTest.php JSON:API integration test for the "Workflow" config entity type.