.editorconfig .gitattributes .php_cs.dist LICENSE behat.yml.dist composer.json features/authorization/deny.feature features/authorization/legacy_deny.feature features/doctrine/boolean_filter.feature features/doctrine/date_filter.feature features/doctrine/exists_filter.feature features/doctrine/multiple_filter.feature features/doctrine/numeric_filter.feature features/doctrine/order_filter.feature features/doctrine/range_filter.feature features/doctrine/search_filter.feature features/elasticsearch/match_filter.feature features/elasticsearch/order_filter.feature features/elasticsearch/read.feature features/elasticsearch/term_filter.feature features/filter/filter_validation.feature features/filter/property_filter.feature features/graphql/authorization.feature features/graphql/collection.feature features/graphql/filters.feature features/graphql/input_output.feature features/graphql/introspection.feature features/graphql/mutation.feature features/graphql/non_resource.feature features/graphql/query.feature features/graphql/schema.feature features/graphql/subscription.feature features/graphql/type.feature features/hal/absolute_url.feature features/hal/collection.feature features/hal/hal.feature features/hal/input_output.feature features/hal/max_depth.feature features/hal/network_path.feature features/hal/non_resource.feature features/hal/problem.feature features/http_cache/headers.feature features/http_cache/tags.feature features/hydra/collection.feature features/hydra/docs.feature features/hydra/entrypoint.feature features/hydra/error.feature features/json/input_output.feature features/json/relation.feature features/jsonapi/absolute_url.feature features/jsonapi/collection_attributes.feature features/jsonapi/errors.feature features/jsonapi/filtering.feature features/jsonapi/input_output.feature features/jsonapi/jsonapi.feature features/jsonapi/network_path.feature features/jsonapi/non_resource.feature features/jsonapi/ordering.feature features/jsonapi/pagination.feature features/jsonapi/related-resouces-inclusion.feature features/jsonld/absolute_url.feature features/jsonld/context.feature features/jsonld/input_output.feature features/jsonld/interface_as_resource.feature features/jsonld/iri_only.feature features/jsonld/json_serializable.feature features/jsonld/max_depth.feature features/jsonld/network_path.feature features/jsonld/non_resource.feature features/main/circular_reference.feature features/main/composite.feature features/main/configurable.feature features/main/content_negotiation.feature features/main/crud.feature features/main/crud_abstract.feature features/main/custom_identifier.feature features/main/custom_identifier_with_subresource.feature features/main/custom_normalized.feature features/main/custom_operation.feature features/main/custom_writable_identifier.feature features/main/default_order.feature features/main/exposed_state.feature features/main/headers.feature features/main/operation.feature features/main/overridden_operation.feature features/main/patch.feature features/main/relation.feature features/main/serializable_item_data_provider.feature features/main/subresource.feature features/main/table_inheritance.feature features/main/url_encoded_id.feature features/main/uuid.feature features/main/validation.feature features/mercure/discover.feature features/mongodb/filters.feature features/openapi/docs.feature features/push_relations/push.feature features/security/send_security_headers.feature features/security/strong_typing.feature features/security/unknown_attributes.feature features/security/validate_incoming_content-types.feature features/security/validate_response_types.feature features/serializer/deserialize_objects_using_constructor.feature features/serializer/group_filter.feature features/serializer/property_filter.feature features/serializer/vo_relations.feature features/swagger/docs.feature phpstan.neon.dist phpunit.xml.dist phpunit_mongodb.xml src/Action/EntrypointAction.php src/Action/ExceptionAction.php src/Action/NotFoundAction.php src/Action/PlaceholderAction.php src/Annotation/ApiFilter.php src/Annotation/ApiProperty.php src/Annotation/ApiResource.php src/Annotation/ApiSubresource.php src/Annotation/AttributesHydratorTrait.php src/Api/CachedIdentifiersExtractor.php src/Api/Entrypoint.php src/Api/FilterCollection.php src/Api/FilterCollectionFactory.php src/Api/FilterInterface.php src/Api/FilterLocatorTrait.php src/Api/FormatMatcher.php src/Api/FormatsProvider.php src/Api/FormatsProviderInterface.php src/Api/IdentifiersExtractor.php src/Api/IdentifiersExtractorInterface.php src/Api/IriConverterInterface.php src/Api/OperationAwareFormatsProviderInterface.php src/Api/OperationMethodResolverInterface.php src/Api/OperationType.php src/Api/OperationTypeDeprecationHelper.php src/Api/ResourceClassResolver.php src/Api/ResourceClassResolverInterface.php src/Api/UrlGeneratorInterface.php src/Bridge/Doctrine/Common/DataPersister.php src/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php src/Bridge/Doctrine/Common/Filter/DateFilterInterface.php src/Bridge/Doctrine/Common/Filter/DateFilterTrait.php src/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php src/Bridge/Doctrine/Common/Filter/ExistsFilterTrait.php src/Bridge/Doctrine/Common/Filter/NumericFilterTrait.php src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php src/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php src/Bridge/Doctrine/Common/Filter/RangeFilterTrait.php src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php src/Bridge/Doctrine/Common/PropertyHelperTrait.php src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php src/Bridge/Doctrine/EventListener/PublishMercureUpdatesListener.php src/Bridge/Doctrine/EventListener/PurgeHttpCacheListener.php src/Bridge/Doctrine/EventListener/WriteListener.php src/Bridge/Doctrine/MongoDbOdm/CollectionDataProvider.php src/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php src/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php src/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php src/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php src/Bridge/Doctrine/MongoDbOdm/Extension/FilterExtension.php src/Bridge/Doctrine/MongoDbOdm/Extension/OrderExtension.php src/Bridge/Doctrine/MongoDbOdm/Extension/PaginationExtension.php src/Bridge/Doctrine/MongoDbOdm/Filter/AbstractFilter.php src/Bridge/Doctrine/MongoDbOdm/Filter/BooleanFilter.php src/Bridge/Doctrine/MongoDbOdm/Filter/DateFilter.php src/Bridge/Doctrine/MongoDbOdm/Filter/ExistsFilter.php src/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php src/Bridge/Doctrine/MongoDbOdm/Filter/NumericFilter.php src/Bridge/Doctrine/MongoDbOdm/Filter/OrderFilter.php src/Bridge/Doctrine/MongoDbOdm/Filter/RangeFilter.php src/Bridge/Doctrine/MongoDbOdm/Filter/SearchFilter.php src/Bridge/Doctrine/MongoDbOdm/ItemDataProvider.php src/Bridge/Doctrine/MongoDbOdm/Metadata/Property/DoctrineMongoDbOdmPropertyMetadataFactory.php src/Bridge/Doctrine/MongoDbOdm/Paginator.php src/Bridge/Doctrine/MongoDbOdm/PropertyHelperTrait.php src/Bridge/Doctrine/MongoDbOdm/PropertyInfo/DoctrineExtractor.php src/Bridge/Doctrine/MongoDbOdm/SubresourceDataProvider.php src/Bridge/Doctrine/Orm/AbstractPaginator.php src/Bridge/Doctrine/Orm/CollectionDataProvider.php src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultItemExtensionInterface.php src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php src/Bridge/Doctrine/Orm/Extension/FilterExtension.php src/Bridge/Doctrine/Orm/Extension/OrderExtension.php src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php src/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php src/Bridge/Doctrine/Orm/Extension/QueryResultItemExtensionInterface.php src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php src/Bridge/Doctrine/Orm/Filter/BooleanFilter.php src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php src/Bridge/Doctrine/Orm/Filter/DateFilter.php src/Bridge/Doctrine/Orm/Filter/ExistsFilter.php src/Bridge/Doctrine/Orm/Filter/FilterInterface.php src/Bridge/Doctrine/Orm/Filter/NumericFilter.php src/Bridge/Doctrine/Orm/Filter/OrderFilter.php src/Bridge/Doctrine/Orm/Filter/RangeFilter.php src/Bridge/Doctrine/Orm/Filter/SearchFilter.php src/Bridge/Doctrine/Orm/ItemDataProvider.php src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php src/Bridge/Doctrine/Orm/Paginator.php src/Bridge/Doctrine/Orm/PropertyHelperTrait.php src/Bridge/Doctrine/Orm/QueryAwareInterface.php src/Bridge/Doctrine/Orm/SubresourceDataProvider.php src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php src/Bridge/Doctrine/Orm/Util/QueryBuilderHelper.php src/Bridge/Doctrine/Orm/Util/QueryChecker.php src/Bridge/Doctrine/Orm/Util/QueryJoinParser.php src/Bridge/Doctrine/Orm/Util/QueryNameGenerator.php src/Bridge/Doctrine/Orm/Util/QueryNameGeneratorInterface.php src/Bridge/Elasticsearch/Api/IdentifierExtractor.php src/Bridge/Elasticsearch/Api/IdentifierExtractorInterface.php src/Bridge/Elasticsearch/DataProvider/CollectionDataProvider.php src/Bridge/Elasticsearch/DataProvider/Extension/AbstractFilterExtension.php src/Bridge/Elasticsearch/DataProvider/Extension/ConstantScoreFilterExtension.php src/Bridge/Elasticsearch/DataProvider/Extension/RequestBodySearchCollectionExtensionInterface.php src/Bridge/Elasticsearch/DataProvider/Extension/SortExtension.php src/Bridge/Elasticsearch/DataProvider/Extension/SortFilterExtension.php src/Bridge/Elasticsearch/DataProvider/Filter/AbstractFilter.php src/Bridge/Elasticsearch/DataProvider/Filter/AbstractSearchFilter.php src/Bridge/Elasticsearch/DataProvider/Filter/ConstantScoreFilterInterface.php src/Bridge/Elasticsearch/DataProvider/Filter/FilterInterface.php src/Bridge/Elasticsearch/DataProvider/Filter/MatchFilter.php src/Bridge/Elasticsearch/DataProvider/Filter/OrderFilter.php src/Bridge/Elasticsearch/DataProvider/Filter/SortFilterInterface.php src/Bridge/Elasticsearch/DataProvider/Filter/TermFilter.php src/Bridge/Elasticsearch/DataProvider/ItemDataProvider.php src/Bridge/Elasticsearch/DataProvider/Paginator.php src/Bridge/Elasticsearch/Exception/IndexNotFoundException.php src/Bridge/Elasticsearch/Exception/NonUniqueIdentifierException.php src/Bridge/Elasticsearch/Metadata/Document/DocumentMetadata.php src/Bridge/Elasticsearch/Metadata/Document/Factory/AttributeDocumentMetadataFactory.php src/Bridge/Elasticsearch/Metadata/Document/Factory/CachedDocumentMetadataFactory.php src/Bridge/Elasticsearch/Metadata/Document/Factory/CatDocumentMetadataFactory.php src/Bridge/Elasticsearch/Metadata/Document/Factory/ConfiguredDocumentMetadataFactory.php src/Bridge/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php src/Bridge/Elasticsearch/Metadata/Resource/Factory/ElasticsearchOperationResourceMetadataFactory.php src/Bridge/Elasticsearch/Serializer/ItemNormalizer.php src/Bridge/Elasticsearch/Serializer/NameConverter/InnerFieldsNameConverter.php src/Bridge/Elasticsearch/Util/FieldDatatypeTrait.php src/Bridge/FosUser/EventListener.php src/Bridge/NelmioApiDoc/Extractor/AnnotationsProvider/ApiPlatformProvider.php src/Bridge/NelmioApiDoc/Parser/ApiPlatformParser.php src/Bridge/RamseyUuid/Identifier/Normalizer/UuidNormalizer.php src/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php src/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php src/Bridge/Symfony/Bundle/ApiPlatformBundle.php src/Bridge/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php src/Bridge/Symfony/Bundle/Command/GraphQlExportCommand.php src/Bridge/Symfony/Bundle/Command/OpenApiCommand.php src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php src/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/AnnotationFilterPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/DataProviderPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/DeprecateMercurePublisherPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/ElasticsearchClientPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/FilterPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlMutationResolverPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlQueryResolverPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlTypePass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/MetadataAwareNameConverterPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/TestClientPass.php src/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php src/Bridge/Symfony/Bundle/Resources/config/api.xml src/Bridge/Symfony/Bundle/Resources/config/data_collector.xml src/Bridge/Symfony/Bundle/Resources/config/data_persister.xml src/Bridge/Symfony/Bundle/Resources/config/data_provider.xml src/Bridge/Symfony/Bundle/Resources/config/debug.xml src/Bridge/Symfony/Bundle/Resources/config/doctrine_mongodb_odm.xml src/Bridge/Symfony/Bundle/Resources/config/doctrine_mongodb_odm_mercure_publisher.xml src/Bridge/Symfony/Bundle/Resources/config/doctrine_orm.xml src/Bridge/Symfony/Bundle/Resources/config/doctrine_orm_http_cache_purger.xml src/Bridge/Symfony/Bundle/Resources/config/doctrine_orm_mercure_publisher.xml src/Bridge/Symfony/Bundle/Resources/config/elasticsearch.xml src/Bridge/Symfony/Bundle/Resources/config/filter.xml src/Bridge/Symfony/Bundle/Resources/config/fos_user.xml src/Bridge/Symfony/Bundle/Resources/config/graphql.xml src/Bridge/Symfony/Bundle/Resources/config/graphql_mercure.xml src/Bridge/Symfony/Bundle/Resources/config/hal.xml src/Bridge/Symfony/Bundle/Resources/config/http_cache.xml src/Bridge/Symfony/Bundle/Resources/config/http_cache_tags.xml src/Bridge/Symfony/Bundle/Resources/config/hydra.xml src/Bridge/Symfony/Bundle/Resources/config/json_schema.xml src/Bridge/Symfony/Bundle/Resources/config/jsonapi.xml src/Bridge/Symfony/Bundle/Resources/config/jsonld.xml src/Bridge/Symfony/Bundle/Resources/config/mercure.xml src/Bridge/Symfony/Bundle/Resources/config/messenger.xml src/Bridge/Symfony/Bundle/Resources/config/metadata/annotation.xml src/Bridge/Symfony/Bundle/Resources/config/metadata/metadata.xml src/Bridge/Symfony/Bundle/Resources/config/metadata/php_doc.xml src/Bridge/Symfony/Bundle/Resources/config/metadata/xml.xml src/Bridge/Symfony/Bundle/Resources/config/metadata/yaml.xml src/Bridge/Symfony/Bundle/Resources/config/nelmio_api_doc.xml src/Bridge/Symfony/Bundle/Resources/config/openapi.xml src/Bridge/Symfony/Bundle/Resources/config/problem.xml src/Bridge/Symfony/Bundle/Resources/config/ramsey_uuid.xml src/Bridge/Symfony/Bundle/Resources/config/routing/api.xml src/Bridge/Symfony/Bundle/Resources/config/routing/docs.xml src/Bridge/Symfony/Bundle/Resources/config/routing/graphql/graphiql.xml src/Bridge/Symfony/Bundle/Resources/config/routing/graphql/graphql.xml src/Bridge/Symfony/Bundle/Resources/config/routing/graphql/graphql_playground.xml src/Bridge/Symfony/Bundle/Resources/config/routing/jsonld.xml src/Bridge/Symfony/Bundle/Resources/config/security.xml src/Bridge/Symfony/Bundle/Resources/config/swagger-ui.xml src/Bridge/Symfony/Bundle/Resources/config/swagger.xml src/Bridge/Symfony/Bundle/Resources/config/symfony_uid.xml src/Bridge/Symfony/Bundle/Resources/config/validator.xml src/Bridge/Symfony/Bundle/Resources/public/es6-promise/es6-promise.auto.min.js src/Bridge/Symfony/Bundle/Resources/public/fetch/fetch.js src/Bridge/Symfony/Bundle/Resources/public/graphiql-style.css src/Bridge/Symfony/Bundle/Resources/public/graphiql/graphiql.css src/Bridge/Symfony/Bundle/Resources/public/graphiql/graphiql.min.js src/Bridge/Symfony/Bundle/Resources/public/graphql-playground/index.css src/Bridge/Symfony/Bundle/Resources/public/graphql-playground/middleware.js src/Bridge/Symfony/Bundle/Resources/public/init-graphiql.js src/Bridge/Symfony/Bundle/Resources/public/init-graphql-playground.js src/Bridge/Symfony/Bundle/Resources/public/init-redoc-ui.js src/Bridge/Symfony/Bundle/Resources/public/init-swagger-ui.js src/Bridge/Symfony/Bundle/Resources/public/logo-header.svg src/Bridge/Symfony/Bundle/Resources/public/react/react-dom.production.min.js src/Bridge/Symfony/Bundle/Resources/public/react/react.production.min.js src/Bridge/Symfony/Bundle/Resources/public/redoc/redoc.standalone.js src/Bridge/Symfony/Bundle/Resources/public/style.css src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/swagger-ui-bundle.js src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/swagger-ui-bundle.js.map src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/swagger-ui-standalone-preset.js src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/swagger-ui-standalone-preset.js.map src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/swagger-ui.css src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/swagger-ui.css.map src/Bridge/Symfony/Bundle/Resources/views/DataCollector/api-platform-icon.svg src/Bridge/Symfony/Bundle/Resources/views/DataCollector/api-platform.svg src/Bridge/Symfony/Bundle/Resources/views/DataCollector/request.html.twig src/Bridge/Symfony/Bundle/Resources/views/GraphQlPlayground/index.html.twig src/Bridge/Symfony/Bundle/Resources/views/Graphiql/index.html.twig src/Bridge/Symfony/Bundle/Resources/views/SwaggerUi/index.html.twig src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php src/Bridge/Symfony/Bundle/Test/ApiTestAssertionsTrait.php src/Bridge/Symfony/Bundle/Test/ApiTestCase.php src/Bridge/Symfony/Bundle/Test/BrowserKitAssertionsTrait.php src/Bridge/Symfony/Bundle/Test/Client.php src/Bridge/Symfony/Bundle/Test/Constraint/ArraySubset.php src/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetLegacy.php src/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetTrait.php src/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetV9.php src/Bridge/Symfony/Bundle/Test/Constraint/MatchesJsonSchema.php src/Bridge/Symfony/Bundle/Test/Response.php src/Bridge/Symfony/Identifier/Normalizer/UlidNormalizer.php src/Bridge/Symfony/Identifier/Normalizer/UuidNormalizer.php src/Bridge/Symfony/Messenger/ContextStamp.php src/Bridge/Symfony/Messenger/DataPersister.php src/Bridge/Symfony/Messenger/DataTransformer.php src/Bridge/Symfony/Messenger/DispatchTrait.php src/Bridge/Symfony/Messenger/RemoveStamp.php src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php src/Bridge/Symfony/Routing/ApiLoader.php src/Bridge/Symfony/Routing/CachedRouteNameResolver.php src/Bridge/Symfony/Routing/IriConverter.php src/Bridge/Symfony/Routing/OperationMethodResolver.php src/Bridge/Symfony/Routing/OperationMethodResolverInterface.php src/Bridge/Symfony/Routing/RouteNameGenerator.php src/Bridge/Symfony/Routing/RouteNameResolver.php src/Bridge/Symfony/Routing/RouteNameResolverInterface.php src/Bridge/Symfony/Routing/Router.php src/Bridge/Symfony/Routing/RouterOperationPathResolver.php src/Bridge/Symfony/Validator/EventListener/ValidateListener.php src/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php src/Bridge/Symfony/Validator/Exception/ValidationException.php src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaFormat.php src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaLengthRestriction.php src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRegexRestriction.php src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php src/Bridge/Symfony/Validator/ValidationGroupsGeneratorInterface.php src/Bridge/Symfony/Validator/Validator.php src/Cache/CachedTrait.php src/DataPersister/ChainDataPersister.php src/DataPersister/ContextAwareDataPersisterInterface.php src/DataPersister/DataPersisterInterface.php src/DataPersister/ResumableDataPersisterInterface.php src/DataProvider/ArrayPaginator.php src/DataProvider/ChainCollectionDataProvider.php src/DataProvider/ChainItemDataProvider.php src/DataProvider/ChainSubresourceDataProvider.php src/DataProvider/CollectionDataProviderInterface.php src/DataProvider/ContextAwareCollectionDataProviderInterface.php src/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php src/DataProvider/ItemDataProviderInterface.php src/DataProvider/OperationDataProviderTrait.php src/DataProvider/Pagination.php src/DataProvider/PaginationOptions.php src/DataProvider/PaginatorInterface.php src/DataProvider/PartialPaginatorInterface.php src/DataProvider/RestrictedDataProviderInterface.php src/DataProvider/SerializerAwareDataProviderInterface.php src/DataProvider/SerializerAwareDataProviderTrait.php src/DataProvider/SubresourceDataProviderInterface.php src/DataTransformer/DataTransformerInitializerInterface.php src/DataTransformer/DataTransformerInterface.php src/Documentation/Action/DocumentationAction.php src/Documentation/Documentation.php src/Documentation/DocumentationInterface.php src/EventListener/AddFormatListener.php src/EventListener/DeserializeListener.php src/EventListener/EventPriorities.php src/EventListener/ExceptionListener.php src/EventListener/QueryParameterValidateListener.php src/EventListener/ReadListener.php src/EventListener/RespondListener.php src/EventListener/SerializeListener.php src/EventListener/WriteListener.php src/Exception/DeserializationException.php src/Exception/ErrorCodeSerializableInterface.php src/Exception/ExceptionInterface.php src/Exception/FilterValidationException.php src/Exception/InvalidArgumentException.php src/Exception/InvalidIdentifierException.php src/Exception/InvalidResourceException.php src/Exception/InvalidValueException.php src/Exception/ItemNotFoundException.php src/Exception/PropertyNotFoundException.php src/Exception/ResourceClassNotFoundException.php src/Exception/ResourceClassNotSupportedException.php src/Exception/RuntimeException.php src/Filter/QueryParameterValidator.php src/Filter/Validator/ArrayItems.php src/Filter/Validator/Bounds.php src/Filter/Validator/Enum.php src/Filter/Validator/Length.php src/Filter/Validator/MultipleOf.php src/Filter/Validator/Pattern.php src/Filter/Validator/Required.php src/Filter/Validator/ValidatorInterface.php src/GraphQl/Action/EntrypointAction.php src/GraphQl/Action/GraphQlPlaygroundAction.php src/GraphQl/Action/GraphiQlAction.php src/GraphQl/Error/ErrorHandler.php src/GraphQl/Error/ErrorHandlerInterface.php src/GraphQl/Executor.php src/GraphQl/ExecutorInterface.php src/GraphQl/Resolver/Factory/CollectionResolverFactory.php src/GraphQl/Resolver/Factory/ItemMutationResolverFactory.php src/GraphQl/Resolver/Factory/ItemResolverFactory.php src/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactory.php src/GraphQl/Resolver/Factory/ResolverFactoryInterface.php src/GraphQl/Resolver/MutationResolverInterface.php src/GraphQl/Resolver/QueryCollectionResolverInterface.php src/GraphQl/Resolver/QueryItemResolverInterface.php src/GraphQl/Resolver/ResourceFieldResolver.php src/GraphQl/Resolver/Stage/DeserializeStage.php src/GraphQl/Resolver/Stage/DeserializeStageInterface.php src/GraphQl/Resolver/Stage/ReadStage.php src/GraphQl/Resolver/Stage/ReadStageInterface.php src/GraphQl/Resolver/Stage/SecurityPostDenormalizeStage.php src/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php src/GraphQl/Resolver/Stage/SecurityStage.php src/GraphQl/Resolver/Stage/SecurityStageInterface.php src/GraphQl/Resolver/Stage/SerializeStage.php src/GraphQl/Resolver/Stage/SerializeStageInterface.php src/GraphQl/Resolver/Stage/ValidateStage.php src/GraphQl/Resolver/Stage/ValidateStageInterface.php src/GraphQl/Resolver/Stage/WriteStage.php src/GraphQl/Resolver/Stage/WriteStageInterface.php src/GraphQl/Resolver/Util/IdentifierTrait.php src/GraphQl/Serializer/Exception/ErrorNormalizer.php src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php src/GraphQl/Serializer/ItemNormalizer.php src/GraphQl/Serializer/ObjectNormalizer.php src/GraphQl/Serializer/SerializerContextBuilder.php src/GraphQl/Serializer/SerializerContextBuilderInterface.php src/GraphQl/Subscription/MercureSubscriptionIriGenerator.php src/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php src/GraphQl/Subscription/SubscriptionIdentifierGenerator.php src/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php src/GraphQl/Subscription/SubscriptionManager.php src/GraphQl/Subscription/SubscriptionManagerInterface.php src/GraphQl/Type/Definition/IterableType.php src/GraphQl/Type/Definition/TypeInterface.php src/GraphQl/Type/Definition/UploadType.php src/GraphQl/Type/FieldsBuilder.php src/GraphQl/Type/FieldsBuilderInterface.php src/GraphQl/Type/SchemaBuilder.php src/GraphQl/Type/SchemaBuilderInterface.php src/GraphQl/Type/TypeBuilder.php src/GraphQl/Type/TypeBuilderInterface.php src/GraphQl/Type/TypeConverter.php src/GraphQl/Type/TypeConverterInterface.php src/GraphQl/Type/TypeNotFoundException.php src/GraphQl/Type/TypesContainer.php src/GraphQl/Type/TypesContainerInterface.php src/GraphQl/Type/TypesFactory.php src/GraphQl/Type/TypesFactoryInterface.php src/Hal/Serializer/CollectionNormalizer.php src/Hal/Serializer/EntrypointNormalizer.php src/Hal/Serializer/ItemNormalizer.php src/Hal/Serializer/ObjectNormalizer.php src/HttpCache/EventListener/AddHeadersListener.php src/HttpCache/EventListener/AddTagsListener.php src/HttpCache/PurgerInterface.php src/HttpCache/VarnishPurger.php src/Hydra/EventListener/AddLinkHeaderListener.php src/Hydra/JsonSchema/SchemaFactory.php src/Hydra/Serializer/CollectionFiltersNormalizer.php src/Hydra/Serializer/CollectionNormalizer.php src/Hydra/Serializer/ConstraintViolationListNormalizer.php src/Hydra/Serializer/DocumentationNormalizer.php src/Hydra/Serializer/EntrypointNormalizer.php src/Hydra/Serializer/ErrorNormalizer.php src/Hydra/Serializer/PartialCollectionViewNormalizer.php src/Identifier/CompositeIdentifierParser.php src/Identifier/ContextAwareIdentifierConverterInterface.php src/Identifier/IdentifierConverter.php src/Identifier/IdentifierConverterInterface.php src/Identifier/Normalizer/DateTimeIdentifierDenormalizer.php src/Identifier/Normalizer/IntegerDenormalizer.php src/JsonApi/EventListener/TransformFieldsetsParametersListener.php src/JsonApi/EventListener/TransformFilteringParametersListener.php src/JsonApi/EventListener/TransformPaginationParametersListener.php src/JsonApi/EventListener/TransformSortingParametersListener.php src/JsonApi/Serializer/CollectionNormalizer.php src/JsonApi/Serializer/ConstraintViolationListNormalizer.php src/JsonApi/Serializer/EntrypointNormalizer.php src/JsonApi/Serializer/ErrorNormalizer.php src/JsonApi/Serializer/ItemNormalizer.php src/JsonApi/Serializer/ObjectNormalizer.php src/JsonApi/Serializer/ReservedAttributeNameConverter.php src/JsonLd/Action/ContextAction.php src/JsonLd/AnonymousContextBuilderInterface.php src/JsonLd/ContextBuilder.php src/JsonLd/ContextBuilderInterface.php src/JsonLd/Serializer/ItemNormalizer.php src/JsonLd/Serializer/JsonLdContextTrait.php src/JsonLd/Serializer/ObjectNormalizer.php src/JsonSchema/Command/JsonSchemaGenerateCommand.php src/JsonSchema/Schema.php src/JsonSchema/SchemaFactory.php src/JsonSchema/SchemaFactoryInterface.php src/JsonSchema/TypeFactory.php src/JsonSchema/TypeFactoryInterface.php src/Mercure/EventListener/AddLinkHeaderListener.php src/Metadata/Extractor/AbstractExtractor.php src/Metadata/Extractor/ExtractorInterface.php src/Metadata/Extractor/XmlExtractor.php src/Metadata/Extractor/YamlExtractor.php src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php src/Metadata/Property/Factory/AnnotationPropertyNameCollectionFactory.php src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php src/Metadata/Property/PropertyMetadata.php src/Metadata/Property/PropertyNameCollection.php src/Metadata/Property/SubresourceMetadata.php src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php src/Metadata/Resource/ResourceMetadata.php src/Metadata/Resource/ResourceNameCollection.php src/Metadata/Resource/ToggleableOperationAttributeTrait.php src/Metadata/schema/metadata.xsd src/OpenApi/Factory/OpenApiFactory.php src/OpenApi/Factory/OpenApiFactoryInterface.php src/OpenApi/Model/Components.php src/OpenApi/Model/Contact.php src/OpenApi/Model/Encoding.php src/OpenApi/Model/ExtensionTrait.php src/OpenApi/Model/ExternalDocumentation.php src/OpenApi/Model/Info.php src/OpenApi/Model/License.php src/OpenApi/Model/Link.php src/OpenApi/Model/MediaType.php src/OpenApi/Model/OAuthFlow.php src/OpenApi/Model/OAuthFlows.php src/OpenApi/Model/Operation.php src/OpenApi/Model/Parameter.php src/OpenApi/Model/PathItem.php src/OpenApi/Model/Paths.php src/OpenApi/Model/RequestBody.php src/OpenApi/Model/Response.php src/OpenApi/Model/Schema.php src/OpenApi/Model/SecurityScheme.php src/OpenApi/Model/Server.php src/OpenApi/OpenApi.php src/OpenApi/Options.php src/OpenApi/Serializer/OpenApiNormalizer.php src/Operation/DashPathSegmentNameGenerator.php src/Operation/Factory/CachedSubresourceOperationFactory.php src/Operation/Factory/SubresourceOperationFactory.php src/Operation/Factory/SubresourceOperationFactoryInterface.php src/Operation/PathSegmentNameGeneratorInterface.php src/Operation/UnderscorePathSegmentNameGenerator.php src/PathResolver/CustomOperationPathResolver.php src/PathResolver/DashOperationPathResolver.php src/PathResolver/OperationPathResolver.php src/PathResolver/OperationPathResolverInterface.php src/PathResolver/UnderscoreOperationPathResolver.php src/Problem/Serializer/ConstraintViolationListNormalizer.php src/Problem/Serializer/ErrorNormalizer.php src/Problem/Serializer/ErrorNormalizerTrait.php src/Security/Core/Authorization/ExpressionLanguageProvider.php src/Security/EventListener/DenyAccessListener.php src/Security/ExpressionLanguage.php src/Security/ResourceAccessChecker.php src/Security/ResourceAccessCheckerInterface.php src/Serializer/AbstractCollectionNormalizer.php src/Serializer/AbstractConstraintViolationListNormalizer.php src/Serializer/AbstractItemNormalizer.php src/Serializer/CacheKeyTrait.php src/Serializer/ContextTrait.php src/Serializer/Filter/FilterInterface.php src/Serializer/Filter/GroupFilter.php src/Serializer/Filter/PropertyFilter.php src/Serializer/InputOutputMetadataTrait.php src/Serializer/ItemNormalizer.php src/Serializer/JsonEncoder.php src/Serializer/ResourceList.php src/Serializer/SerializerContextBuilder.php src/Serializer/SerializerContextBuilderInterface.php src/Serializer/SerializerFilterContextBuilder.php src/Swagger/Serializer/ApiGatewayNormalizer.php src/Swagger/Serializer/DocumentationNormalizer.php src/Test/DoctrineMongoDbOdmFilterTestCase.php src/Test/DoctrineMongoDbOdmSetup.php src/Test/DoctrineMongoDbOdmTestCase.php src/Test/DoctrineOrmFilterTestCase.php src/Util/AnnotationFilterExtractorTrait.php src/Util/ArrayTrait.php src/Util/AttributesExtractor.php src/Util/ClassInfoTrait.php src/Util/CloneTrait.php src/Util/CorsTrait.php src/Util/ErrorFormatGuesser.php src/Util/Inflector.php src/Util/IriHelper.php src/Util/Reflection.php src/Util/ReflectionClassRecursiveIterator.php src/Util/RequestAttributesExtractor.php src/Util/RequestParser.php src/Util/ResourceClassInfoTrait.php src/Util/SortTrait.php src/Validator/EventListener/ValidateListener.php src/Validator/Exception/ValidationException.php src/Validator/ValidatorInterface.php tests/Action/EntrypointActionTest.php tests/Action/ExceptionActionTest.php tests/Action/PlaceholderActionTest.php tests/Annotation/ApiFilterTest.php tests/Annotation/ApiPropertyTest.php tests/Annotation/ApiResourceTest.php tests/Api/CachedIdentifiersExtractorTest.php tests/Api/EntrypointTest.php tests/Api/FilterCollectionFactoryTest.php tests/Api/FilterCollectionTest.php tests/Api/FilterLocatorTraitTest.php tests/Api/FormatsProviderTest.php tests/Api/IdentifiersExtractorTest.php tests/Api/ResourceClassResolverTest.php tests/Behat/CommandContext.php tests/Behat/CoverageContext.php tests/Behat/DoctrineContext.php tests/Behat/ElasticsearchContext.php tests/Behat/GraphqlContext.php tests/Behat/HttpCacheContext.php tests/Behat/HydraContext.php tests/Behat/JsonApiContext.php tests/Behat/JsonContext.php tests/Behat/JsonHalContext.php tests/Behat/MercureContext.php tests/Behat/OpenApiContext.php tests/Behat/XmlContext.php tests/Bridge/Doctrine/Common/DataPersisterTest.php tests/Bridge/Doctrine/Common/Filter/BooleanFilterTestTrait.php tests/Bridge/Doctrine/Common/Filter/DateFilterTestTrait.php tests/Bridge/Doctrine/Common/Filter/ExistsFilterTestTrait.php tests/Bridge/Doctrine/Common/Filter/NumericFilterTestTrait.php tests/Bridge/Doctrine/Common/Filter/OrderFilterTestTrait.php tests/Bridge/Doctrine/Common/Filter/RangeFilterTestTrait.php tests/Bridge/Doctrine/Common/Filter/SearchFilterTestTrait.php tests/Bridge/Doctrine/Common/Util/IdentifierManagerTraitTest.php tests/Bridge/Doctrine/EventListener/PublishMercureUpdatesListenerTest.php tests/Bridge/Doctrine/EventListener/PurgeHttpCacheListenerTest.php tests/Bridge/Doctrine/EventListener/WriteListenerTest.php tests/Bridge/Doctrine/MongoDbOdm/CollectionDataProviderTest.php tests/Bridge/Doctrine/MongoDbOdm/Extension/FilterExtensionTest.php tests/Bridge/Doctrine/MongoDbOdm/Extension/OrderExtensionTest.php tests/Bridge/Doctrine/MongoDbOdm/Extension/PaginationExtensionTest.php tests/Bridge/Doctrine/MongoDbOdm/Filter/BooleanFilterTest.php tests/Bridge/Doctrine/MongoDbOdm/Filter/DateFilterTest.php tests/Bridge/Doctrine/MongoDbOdm/Filter/ExistsFilterTest.php tests/Bridge/Doctrine/MongoDbOdm/Filter/NumericFilterTest.php tests/Bridge/Doctrine/MongoDbOdm/Filter/OrderFilterTest.php tests/Bridge/Doctrine/MongoDbOdm/Filter/RangeFilterTest.php tests/Bridge/Doctrine/MongoDbOdm/Filter/SearchFilterTest.php tests/Bridge/Doctrine/MongoDbOdm/ItemDataProviderTest.php tests/Bridge/Doctrine/MongoDbOdm/Metadata/Property/DoctrineMongoDbOdmPropertyMetadataFactoryTest.php tests/Bridge/Doctrine/MongoDbOdm/PaginatorTest.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/DoctrineExtractorTest.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/Fixtures/DoctrineDummy.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/Fixtures/DoctrineEmbeddable.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/Fixtures/DoctrineFooType.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/Fixtures/DoctrineGeneratedValue.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/Fixtures/DoctrineRelation.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/Fixtures/DoctrineWithEmbedded.php tests/Bridge/Doctrine/MongoDbOdm/PropertyInfo/Fixtures/Foo.php tests/Bridge/Doctrine/MongoDbOdm/SubresourceDataProviderTest.php tests/Bridge/Doctrine/Orm/CollectionDataProviderTest.php tests/Bridge/Doctrine/Orm/Extension/EagerLoadingExtensionTest.php tests/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtensionTest.php tests/Bridge/Doctrine/Orm/Extension/FilterExtensionTest.php tests/Bridge/Doctrine/Orm/Extension/OrderExtensionTest.php tests/Bridge/Doctrine/Orm/Extension/PaginationExtensionTest.php tests/Bridge/Doctrine/Orm/Filter/BooleanFilterTest.php tests/Bridge/Doctrine/Orm/Filter/CommonFilterTest.php tests/Bridge/Doctrine/Orm/Filter/DateFilterTest.php tests/Bridge/Doctrine/Orm/Filter/ExistsFilterTest.php tests/Bridge/Doctrine/Orm/Filter/NumericFilterTest.php tests/Bridge/Doctrine/Orm/Filter/OrderFilterTest.php tests/Bridge/Doctrine/Orm/Filter/RangeFilterTest.php tests/Bridge/Doctrine/Orm/Filter/SearchFilterTest.php tests/Bridge/Doctrine/Orm/ItemDataProviderTest.php tests/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactoryTest.php tests/Bridge/Doctrine/Orm/PaginatorTest.php tests/Bridge/Doctrine/Orm/SubresourceDataProviderTest.php tests/Bridge/Doctrine/Orm/Util/QueryBuilderHelperTest.php tests/Bridge/Doctrine/Orm/Util/QueryCheckerTest.php tests/Bridge/Doctrine/Orm/Util/QueryJoinParserTest.php tests/Bridge/Doctrine/Orm/Util/QueryNameGeneratorTest.php tests/Bridge/Elasticsearch/Api/IdentifierExtractorTest.php tests/Bridge/Elasticsearch/DataProvider/CollectionDataProviderTest.php tests/Bridge/Elasticsearch/DataProvider/Extension/ConstantScoreFilterExtensionTest.php tests/Bridge/Elasticsearch/DataProvider/Extension/SortExtensionTest.php tests/Bridge/Elasticsearch/DataProvider/Extension/SortFilterExtensionTest.php tests/Bridge/Elasticsearch/DataProvider/Filter/MatchFilterTest.php tests/Bridge/Elasticsearch/DataProvider/Filter/OrderFilterTest.php tests/Bridge/Elasticsearch/DataProvider/Filter/TermFilterTest.php tests/Bridge/Elasticsearch/DataProvider/ItemDataProviderTest.php tests/Bridge/Elasticsearch/DataProvider/PaginatorTest.php tests/Bridge/Elasticsearch/Exception/IndexNotFoundExceptionTest.php tests/Bridge/Elasticsearch/Exception/NonUniqueIdentifierExceptionTest.php tests/Bridge/Elasticsearch/Metadata/Document/DocumentMetadataTest.php tests/Bridge/Elasticsearch/Metadata/Document/Factory/AttributeDocumentMetadataFactoryTest.php tests/Bridge/Elasticsearch/Metadata/Document/Factory/CachedDocumentMetadataFactoryTest.php tests/Bridge/Elasticsearch/Metadata/Document/Factory/CatDocumentMetadataFactoryTest.php tests/Bridge/Elasticsearch/Metadata/Document/Factory/ConfiguredDocumentMetadataFactoryTest.php tests/Bridge/Elasticsearch/Metadata/Resource/Factory/ElasticsearchOperationResourceMetadataFactoryTest.php tests/Bridge/Elasticsearch/Serializer/ItemNormalizerTest.php tests/Bridge/Elasticsearch/Serializer/NameConverter/InnerFieldsNameConverterTest.php tests/Bridge/Elasticsearch/Util/FieldDatatypeTraitTest.php tests/Bridge/NelmioApiDoc/Extractor/AnnotationsProvider/ApiPlatformProviderTest.php tests/Bridge/NelmioApiDoc/Parser/ApiPlatformParserTest.php tests/Bridge/RamseyUuid/Normalizer/UuidNormalizerTest.php tests/Bridge/Symfony/Bundle/Action/SwaggerUiActionTest.php tests/Bridge/Symfony/Bundle/ApiPlatformBundleTest.php tests/Bridge/Symfony/Bundle/Command/OpenApiCommandTest.php tests/Bridge/Symfony/Bundle/Command/SwaggerCommandTest.php tests/Bridge/Symfony/Bundle/Command/SwaggerCommandUnitTest.php tests/Bridge/Symfony/Bundle/DataCollector/RequestDataCollectorTest.php tests/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersisterTest.php tests/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataCollectorTest.php tests/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataCollectorTest.php tests/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataCollectorTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtensionTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/AnnotationFilterPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/DeprecateMercurePublisherPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/ElasticsearchClientPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/FilterPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlMutationResolverPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlQueryResolverPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlTypePassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/MetadataAwareNameConverterPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/Compiler/TestClientPassTest.php tests/Bridge/Symfony/Bundle/DependencyInjection/ConfigurationTest.php tests/Bridge/Symfony/Bundle/EventListener/SwaggerUiListenerTest.php tests/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiActionTest.php tests/Bridge/Symfony/Bundle/Test/ApiTestCaseTest.php tests/Bridge/Symfony/Bundle/Test/ClientTest.php tests/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetTest.php tests/Bridge/Symfony/Bundle/Test/Constraint/MatchesJsonSchemaTest.php tests/Bridge/Symfony/Bundle/Test/ResponseTest.php tests/Bridge/Symfony/Bundle/Test/WebTestCaseTest.php tests/Bridge/Symfony/Bundle/Twig/ApiPlatformProfilerPanelTest.php tests/Bridge/Symfony/Identifier/Normalizer/UlidNormalizerTest.php tests/Bridge/Symfony/Identifier/Normalizer/UuidNormalizerTest.php tests/Bridge/Symfony/Messenger/ContextStampTest.php tests/Bridge/Symfony/Messenger/DataPersisterTest.php tests/Bridge/Symfony/Messenger/DataTransformerTest.php tests/Bridge/Symfony/Messenger/RemoveStampTest.php tests/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactoryTest.php tests/Bridge/Symfony/Routing/ApiLoaderTest.php tests/Bridge/Symfony/Routing/CachedRouteNameResolverTest.php tests/Bridge/Symfony/Routing/IriConverterTest.php tests/Bridge/Symfony/Routing/RouteNameGeneratorTest.php tests/Bridge/Symfony/Routing/RouteNameResolverTest.php tests/Bridge/Symfony/Routing/RouterOperationPathResolverTest.php tests/Bridge/Symfony/Routing/RouterTest.php tests/Bridge/Symfony/Validator/EventListener/ValidateListenerTest.php tests/Bridge/Symfony/Validator/EventListener/ValidationExceptionListenerTest.php tests/Bridge/Symfony/Validator/Exception/ValidationExceptionTest.php tests/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactoryTest.php tests/Bridge/Symfony/Validator/ValidatorTest.php tests/DataPersister/ChainDataPersisterTest.php tests/DataProvider/ArrayPaginatorTest.php tests/DataProvider/ChainCollectionDataProviderTest.php tests/DataProvider/ChainItemDataProviderTest.php tests/DataProvider/ChainSubresourcedataProviderTest.php tests/Documentation/Action/DocumentationActionTest.php tests/EventListener/AddFormatListenerTest.php tests/EventListener/DeserializeListenerTest.php tests/EventListener/EventPrioritiesTest.php tests/EventListener/ExceptionListenerTest.php tests/EventListener/QueryParameterValidateListenerTest.php tests/EventListener/ReadListenerTest.php tests/EventListener/RespondListenerTest.php tests/EventListener/SerializeListenerTest.php tests/EventListener/WriteListenerTest.php tests/Filter/QueryParameterValidatorTest.php tests/Filter/Validator/ArrayItemsTest.php tests/Filter/Validator/BoundsTest.php tests/Filter/Validator/EnumTest.php tests/Filter/Validator/LengthTest.php tests/Filter/Validator/MultipleOfTest.php tests/Filter/Validator/PatternTest.php tests/Filter/Validator/RequiredTest.php tests/Fixtures/AnnotatedClass.php tests/Fixtures/ArrayAccessible.php tests/Fixtures/ClassWithNoDocBlock.php tests/Fixtures/DummyEntity.php tests/Fixtures/DummyEntityFilterAnnotated.php tests/Fixtures/DummyFilter.php tests/Fixtures/DummyIgnoreProperty.php tests/Fixtures/DummyIriWithValidationEntity.php tests/Fixtures/DummyMercurePublisher.php tests/Fixtures/DummyObjectWithConstructor.php tests/Fixtures/DummyObjectWithOnlyPrivateProperty.php tests/Fixtures/DummyObjectWithOnlyPublicProperty.php tests/Fixtures/DummyObjectWithPublicAndPrivateProperty.php tests/Fixtures/DummyObjectWithoutConstructor.php tests/Fixtures/DummyObjectWithoutProperty.php tests/Fixtures/DummyResourceImplementation.php tests/Fixtures/DummyResourceInterface.php tests/Fixtures/DummyValidatedEntity.php tests/Fixtures/Elasticsearch/Fixtures/tweet.json tests/Fixtures/Elasticsearch/Fixtures/user.json tests/Fixtures/Elasticsearch/Mappings/tweet.json tests/Fixtures/Elasticsearch/Mappings/user.json tests/Fixtures/Elasticsearch/Model/Tweet.php tests/Fixtures/Elasticsearch/Model/User.php tests/Fixtures/FileConfigurations/empty-operation.xml tests/Fixtures/FileConfigurations/legacyoperations.xml tests/Fixtures/FileConfigurations/nocollectionoperations.xml tests/Fixtures/FileConfigurations/noitemoperations.xml tests/Fixtures/FileConfigurations/propertyinvalid.xml tests/Fixtures/FileConfigurations/resourcenotfound.xml tests/Fixtures/FileConfigurations/resources.xml tests/Fixtures/FileConfigurations/resources_empty.xml tests/Fixtures/FileConfigurations/resources_with_parameters.xml tests/Fixtures/FileConfigurations/resourcesinvalid.xml tests/Fixtures/FileConfigurations/resourcesoptional.xml tests/Fixtures/Foo.php tests/Fixtures/JsonHal/base.json tests/Fixtures/JsonHal/jsonhal.json tests/Fixtures/JsonHal/link.json tests/Fixtures/JsonSchema/jsonapi.json tests/Fixtures/Metadata/schema/invalid.xml tests/Fixtures/Metadata/schema/valid.xml tests/Fixtures/NotAResource.php tests/Fixtures/NullPurger.php tests/Fixtures/Query.php tests/Fixtures/RelatedDummyEntity.php tests/Fixtures/Serializable.php tests/Fixtures/TestBundle/Action/ConfigCustom.php tests/Fixtures/TestBundle/BrowserKit/Client.php tests/Fixtures/TestBundle/Controller/CustomController.php tests/Fixtures/TestBundle/Controller/DummyDtoNoInput/CreateItemAction.php tests/Fixtures/TestBundle/Controller/DummyDtoNoInput/DoubleBatAction.php tests/Fixtures/TestBundle/Controller/MongoDbOdm/CustomActionController.php tests/Fixtures/TestBundle/Controller/MongoDbOdm/DummyValidationController.php tests/Fixtures/TestBundle/Controller/Orm/CustomActionController.php tests/Fixtures/TestBundle/Controller/Orm/DummyValidationController.php tests/Fixtures/TestBundle/Controller/Payment/VoidPaymentAction.php tests/Fixtures/TestBundle/DataPersister/DummyDtoNoOutputDataPersister.php tests/Fixtures/TestBundle/DataProvider/ContainNonResourceItemDataProvider.php tests/Fixtures/TestBundle/DataProvider/DummyDtoNoInputCollectionDataProvider.php tests/Fixtures/TestBundle/DataProvider/GeneratorDataProvider.php tests/Fixtures/TestBundle/DataProvider/ProductItemDataProvider.php tests/Fixtures/TestBundle/DataProvider/ResourceInterfaceImplementationDataProvider.php tests/Fixtures/TestBundle/DataProvider/SerializableItemDataProvider.php tests/Fixtures/TestBundle/DataProvider/TaxonItemDataProvider.php tests/Fixtures/TestBundle/DataTransformer/CustomInputDtoDataTransformer.php tests/Fixtures/TestBundle/DataTransformer/CustomOutputDtoDataTransformer.php tests/Fixtures/TestBundle/DataTransformer/DummyDtoNoInputToOutputDtoDataTransformer.php tests/Fixtures/TestBundle/DataTransformer/InitializeInputDataTransformer.php tests/Fixtures/TestBundle/DataTransformer/InputDtoDataTransformer.php tests/Fixtures/TestBundle/DataTransformer/OutputDtoDataTransformer.php tests/Fixtures/TestBundle/DataTransformer/OutputDtoSameClassTransformer.php tests/Fixtures/TestBundle/DataTransformer/RecoverPasswordInputDataTransformer.php tests/Fixtures/TestBundle/DataTransformer/RecoverPasswordOutputDataTransformer.php tests/Fixtures/TestBundle/Doctrine/Generator/DocumentUuidGenerator.php tests/Fixtures/TestBundle/Doctrine/Generator/Uuid.php tests/Fixtures/TestBundle/Doctrine/Generator/UuidGenerator.php tests/Fixtures/TestBundle/Doctrine/Orm/Filter/DummyFilter.php tests/Fixtures/TestBundle/Document/AbsoluteUrlDummy.php tests/Fixtures/TestBundle/Document/AbsoluteUrlRelationDummy.php tests/Fixtures/TestBundle/Document/AbstractDummy.php tests/Fixtures/TestBundle/Document/Address.php tests/Fixtures/TestBundle/Document/Answer.php tests/Fixtures/TestBundle/Document/ArrayFilterValidator.php tests/Fixtures/TestBundle/Document/Book.php tests/Fixtures/TestBundle/Document/CircularReference.php tests/Fixtures/TestBundle/Document/CompositeItem.php tests/Fixtures/TestBundle/Document/CompositeLabel.php tests/Fixtures/TestBundle/Document/CompositePrimitiveItem.php tests/Fixtures/TestBundle/Document/CompositeRelation.php tests/Fixtures/TestBundle/Document/ConcreteDummy.php tests/Fixtures/TestBundle/Document/ContainNonResource.php tests/Fixtures/TestBundle/Document/Content.php tests/Fixtures/TestBundle/Document/ConvertedBoolean.php tests/Fixtures/TestBundle/Document/ConvertedDate.php tests/Fixtures/TestBundle/Document/ConvertedInteger.php tests/Fixtures/TestBundle/Document/ConvertedOwner.php tests/Fixtures/TestBundle/Document/ConvertedRelated.php tests/Fixtures/TestBundle/Document/ConvertedString.php tests/Fixtures/TestBundle/Document/CustomActionDummy.php tests/Fixtures/TestBundle/Document/CustomGeneratedIdentifier.php tests/Fixtures/TestBundle/Document/CustomIdentifierDummy.php tests/Fixtures/TestBundle/Document/CustomMultipleIdentifierDummy.php tests/Fixtures/TestBundle/Document/CustomNormalizedDummy.php tests/Fixtures/TestBundle/Document/CustomWritableIdentifierDummy.php tests/Fixtures/TestBundle/Document/Customer.php tests/Fixtures/TestBundle/Document/DeprecatedResource.php tests/Fixtures/TestBundle/Document/DisableItemOperation.php tests/Fixtures/TestBundle/Document/Dummy.php tests/Fixtures/TestBundle/Document/DummyAggregateOffer.php tests/Fixtures/TestBundle/Document/DummyCar.php tests/Fixtures/TestBundle/Document/DummyCarColor.php tests/Fixtures/TestBundle/Document/DummyCustomFormat.php tests/Fixtures/TestBundle/Document/DummyCustomMutation.php tests/Fixtures/TestBundle/Document/DummyCustomQuery.php tests/Fixtures/TestBundle/Document/DummyDate.php tests/Fixtures/TestBundle/Document/DummyDifferentGraphQlSerializationGroup.php tests/Fixtures/TestBundle/Document/DummyDtoCustom.php tests/Fixtures/TestBundle/Document/DummyDtoInputOutput.php tests/Fixtures/TestBundle/Document/DummyDtoNoInput.php tests/Fixtures/TestBundle/Document/DummyDtoNoOutput.php tests/Fixtures/TestBundle/Document/DummyDtoOutputFallbackToSameClass.php tests/Fixtures/TestBundle/Document/DummyDtoOutputSameClass.php tests/Fixtures/TestBundle/Document/DummyEntityWithConstructor.php tests/Fixtures/TestBundle/Document/DummyFriend.php tests/Fixtures/TestBundle/Document/DummyGroup.php tests/Fixtures/TestBundle/Document/DummyMercure.php tests/Fixtures/TestBundle/Document/DummyOffer.php tests/Fixtures/TestBundle/Document/DummyProduct.php tests/Fixtures/TestBundle/Document/DummyProperty.php tests/Fixtures/TestBundle/Document/DummyTableInheritance.php tests/Fixtures/TestBundle/Document/DummyTableInheritanceChild.php tests/Fixtures/TestBundle/Document/DummyTableInheritanceDifferentChild.php tests/Fixtures/TestBundle/Document/DummyTableInheritanceNotApiResourceChild.php tests/Fixtures/TestBundle/Document/DummyTableInheritanceRelated.php tests/Fixtures/TestBundle/Document/DummyValidation.php tests/Fixtures/TestBundle/Document/EmbeddableDummy.php tests/Fixtures/TestBundle/Document/EmbeddedDummy.php tests/Fixtures/TestBundle/Document/Field.php tests/Fixtures/TestBundle/Document/FileConfigDummy.php tests/Fixtures/TestBundle/Document/FilterValidator.php tests/Fixtures/TestBundle/Document/Foo.php tests/Fixtures/TestBundle/Document/FooDummy.php tests/Fixtures/TestBundle/Document/FourthLevel.php tests/Fixtures/TestBundle/Document/Greeting.php tests/Fixtures/TestBundle/Document/InitializeInput.php tests/Fixtures/TestBundle/Document/IriOnlyDummy.php tests/Fixtures/TestBundle/Document/JsonldContextDummy.php tests/Fixtures/TestBundle/Document/LegacySecuredDummy.php tests/Fixtures/TestBundle/Document/MaxDepthDummy.php tests/Fixtures/TestBundle/Document/MaxDepthEagerDummy.php tests/Fixtures/TestBundle/Document/MessengerWithInput.php tests/Fixtures/TestBundle/Document/NetworkPathDummy.php tests/Fixtures/TestBundle/Document/NetworkPathRelationDummy.php tests/Fixtures/TestBundle/Document/NoCollectionDummy.php tests/Fixtures/TestBundle/Document/Order.php tests/Fixtures/TestBundle/Document/OverriddenOperationDummy.php tests/Fixtures/TestBundle/Document/ParentDummy.php tests/Fixtures/TestBundle/Document/PatchDummy.php tests/Fixtures/TestBundle/Document/PatchDummyRelation.php tests/Fixtures/TestBundle/Document/Payment.php tests/Fixtures/TestBundle/Document/Person.php tests/Fixtures/TestBundle/Document/PersonToPet.php tests/Fixtures/TestBundle/Document/Pet.php tests/Fixtures/TestBundle/Document/Product.php tests/Fixtures/TestBundle/Document/Question.php tests/Fixtures/TestBundle/Document/ReadableOnlyProperty.php tests/Fixtures/TestBundle/Document/RelatedDummy.php tests/Fixtures/TestBundle/Document/RelatedNormalizedDummy.php tests/Fixtures/TestBundle/Document/RelatedOwnedDummy.php tests/Fixtures/TestBundle/Document/RelatedOwningDummy.php tests/Fixtures/TestBundle/Document/RelatedToDummyFriend.php tests/Fixtures/TestBundle/Document/RelationEmbedder.php tests/Fixtures/TestBundle/Document/SecuredDummy.php tests/Fixtures/TestBundle/Document/SingleFileConfigDummy.php tests/Fixtures/TestBundle/Document/SlugChildDummy.php tests/Fixtures/TestBundle/Document/SlugParentDummy.php tests/Fixtures/TestBundle/Document/SoMany.php tests/Fixtures/TestBundle/Document/Taxon.php tests/Fixtures/TestBundle/Document/ThirdLevel.php tests/Fixtures/TestBundle/Document/UrlEncodedId.php tests/Fixtures/TestBundle/Document/User.php tests/Fixtures/TestBundle/Document/UuidIdentifierDummy.php tests/Fixtures/TestBundle/Document/VoDummyCar.php tests/Fixtures/TestBundle/Document/VoDummyDriver.php tests/Fixtures/TestBundle/Document/VoDummyIdAwareTrait.php tests/Fixtures/TestBundle/Document/VoDummyInspection.php tests/Fixtures/TestBundle/Document/VoDummyInsuranceCompany.php tests/Fixtures/TestBundle/Document/VoDummyVehicle.php tests/Fixtures/TestBundle/Document/VoidPayment.php tests/Fixtures/TestBundle/Document/WritableId.php tests/Fixtures/TestBundle/Dto/CustomInputDto.php tests/Fixtures/TestBundle/Dto/CustomOutputDto.php tests/Fixtures/TestBundle/Dto/Document/InputDto.php tests/Fixtures/TestBundle/Dto/Document/OutputDto.php tests/Fixtures/TestBundle/Dto/InitializeInputDto.php tests/Fixtures/TestBundle/Dto/InputDto.php tests/Fixtures/TestBundle/Dto/MessengerInput.php tests/Fixtures/TestBundle/Dto/MessengerResponseInput.php tests/Fixtures/TestBundle/Dto/NonResourceClass.php tests/Fixtures/TestBundle/Dto/OutputDto.php tests/Fixtures/TestBundle/Dto/OutputDtoDummy.php tests/Fixtures/TestBundle/Dto/PasswordResetRequest.php tests/Fixtures/TestBundle/Dto/PasswordResetRequestResult.php tests/Fixtures/TestBundle/Dto/RecoverPasswordInput.php tests/Fixtures/TestBundle/Dto/RecoverPasswordOutput.php tests/Fixtures/TestBundle/Entity/AbsoluteUrlDummy.php tests/Fixtures/TestBundle/Entity/AbsoluteUrlRelationDummy.php tests/Fixtures/TestBundle/Entity/AbstractDummy.php tests/Fixtures/TestBundle/Entity/AbstractUser.php tests/Fixtures/TestBundle/Entity/Address.php tests/Fixtures/TestBundle/Entity/Answer.php tests/Fixtures/TestBundle/Entity/ArrayFilterValidator.php tests/Fixtures/TestBundle/Entity/Book.php tests/Fixtures/TestBundle/Entity/CircularReference.php tests/Fixtures/TestBundle/Entity/CompositeItem.php tests/Fixtures/TestBundle/Entity/CompositeLabel.php tests/Fixtures/TestBundle/Entity/CompositePrimitiveItem.php tests/Fixtures/TestBundle/Entity/CompositeRelation.php tests/Fixtures/TestBundle/Entity/ConcreteDummy.php tests/Fixtures/TestBundle/Entity/ContainNonResource.php tests/Fixtures/TestBundle/Entity/Content.php tests/Fixtures/TestBundle/Entity/ConvertedBoolean.php tests/Fixtures/TestBundle/Entity/ConvertedDate.php tests/Fixtures/TestBundle/Entity/ConvertedInteger.php tests/Fixtures/TestBundle/Entity/ConvertedOwner.php tests/Fixtures/TestBundle/Entity/ConvertedRelated.php tests/Fixtures/TestBundle/Entity/ConvertedString.php tests/Fixtures/TestBundle/Entity/CustomActionDummy.php tests/Fixtures/TestBundle/Entity/CustomGeneratedIdentifier.php tests/Fixtures/TestBundle/Entity/CustomIdentifierDummy.php tests/Fixtures/TestBundle/Entity/CustomMultipleIdentifierDummy.php tests/Fixtures/TestBundle/Entity/CustomNormalizedDummy.php tests/Fixtures/TestBundle/Entity/CustomWritableIdentifierDummy.php tests/Fixtures/TestBundle/Entity/Customer.php tests/Fixtures/TestBundle/Entity/DeprecatedResource.php tests/Fixtures/TestBundle/Entity/DisableItemOperation.php tests/Fixtures/TestBundle/Entity/Dummy.php tests/Fixtures/TestBundle/Entity/DummyAggregateOffer.php tests/Fixtures/TestBundle/Entity/DummyCar.php tests/Fixtures/TestBundle/Entity/DummyCarColor.php tests/Fixtures/TestBundle/Entity/DummyCustomFormat.php tests/Fixtures/TestBundle/Entity/DummyCustomMutation.php tests/Fixtures/TestBundle/Entity/DummyCustomQuery.php tests/Fixtures/TestBundle/Entity/DummyDate.php tests/Fixtures/TestBundle/Entity/DummyDifferentGraphQlSerializationGroup.php tests/Fixtures/TestBundle/Entity/DummyDtoCustom.php tests/Fixtures/TestBundle/Entity/DummyDtoInputOutput.php tests/Fixtures/TestBundle/Entity/DummyDtoNoInput.php tests/Fixtures/TestBundle/Entity/DummyDtoNoOutput.php tests/Fixtures/TestBundle/Entity/DummyDtoOutputFallbackToSameClass.php tests/Fixtures/TestBundle/Entity/DummyDtoOutputSameClass.php tests/Fixtures/TestBundle/Entity/DummyEntityWithConstructor.php tests/Fixtures/TestBundle/Entity/DummyForAdditionalFields.php tests/Fixtures/TestBundle/Entity/DummyForAdditionalFieldsInput.php tests/Fixtures/TestBundle/Entity/DummyFriend.php tests/Fixtures/TestBundle/Entity/DummyGroup.php tests/Fixtures/TestBundle/Entity/DummyImmutableDate.php tests/Fixtures/TestBundle/Entity/DummyMercure.php tests/Fixtures/TestBundle/Entity/DummyNoGetOperation.php tests/Fixtures/TestBundle/Entity/DummyOffer.php tests/Fixtures/TestBundle/Entity/DummyPassenger.php tests/Fixtures/TestBundle/Entity/DummyPhp8.php tests/Fixtures/TestBundle/Entity/DummyProduct.php tests/Fixtures/TestBundle/Entity/DummyProperty.php tests/Fixtures/TestBundle/Entity/DummyPropertyWithDefaultValue.php tests/Fixtures/TestBundle/Entity/DummyTableInheritance.php tests/Fixtures/TestBundle/Entity/DummyTableInheritanceChild.php tests/Fixtures/TestBundle/Entity/DummyTableInheritanceDifferentChild.php tests/Fixtures/TestBundle/Entity/DummyTableInheritanceNotApiResourceChild.php tests/Fixtures/TestBundle/Entity/DummyTableInheritanceRelated.php tests/Fixtures/TestBundle/Entity/DummyTravel.php tests/Fixtures/TestBundle/Entity/DummyValidation.php tests/Fixtures/TestBundle/Entity/EmbeddableDummy.php tests/Fixtures/TestBundle/Entity/EmbeddedDummy.php tests/Fixtures/TestBundle/Entity/ExternalUser.php tests/Fixtures/TestBundle/Entity/Field.php tests/Fixtures/TestBundle/Entity/FileConfigDummy.php tests/Fixtures/TestBundle/Entity/FilterValidator.php tests/Fixtures/TestBundle/Entity/FlexConfig.php tests/Fixtures/TestBundle/Entity/Foo.php tests/Fixtures/TestBundle/Entity/FooDummy.php tests/Fixtures/TestBundle/Entity/FourthLevel.php tests/Fixtures/TestBundle/Entity/Greeting.php tests/Fixtures/TestBundle/Entity/InitializeInput.php tests/Fixtures/TestBundle/Entity/InternalUser.php tests/Fixtures/TestBundle/Entity/IriOnlyDummy.php tests/Fixtures/TestBundle/Entity/JsonldContextDummy.php tests/Fixtures/TestBundle/Entity/LegacySecuredDummy.php tests/Fixtures/TestBundle/Entity/MaxDepthDummy.php tests/Fixtures/TestBundle/Entity/MaxDepthEagerDummy.php tests/Fixtures/TestBundle/Entity/MessengerWithInput.php tests/Fixtures/TestBundle/Entity/MessengerWithResponse.php tests/Fixtures/TestBundle/Entity/NetworkPathDummy.php tests/Fixtures/TestBundle/Entity/NetworkPathRelationDummy.php tests/Fixtures/TestBundle/Entity/NoCollectionDummy.php tests/Fixtures/TestBundle/Entity/NonRelationResource.php tests/Fixtures/TestBundle/Entity/Order.php tests/Fixtures/TestBundle/Entity/OverriddenOperationDummy.php tests/Fixtures/TestBundle/Entity/ParentDummy.php tests/Fixtures/TestBundle/Entity/PatchDummy.php tests/Fixtures/TestBundle/Entity/PatchDummyRelation.php tests/Fixtures/TestBundle/Entity/Payment.php tests/Fixtures/TestBundle/Entity/Person.php tests/Fixtures/TestBundle/Entity/PersonToPet.php tests/Fixtures/TestBundle/Entity/Pet.php tests/Fixtures/TestBundle/Entity/PlainObjectDummy.php tests/Fixtures/TestBundle/Entity/Product.php tests/Fixtures/TestBundle/Entity/Question.php tests/Fixtures/TestBundle/Entity/RamseyUuidDummy.php tests/Fixtures/TestBundle/Entity/ReadableOnlyProperty.php tests/Fixtures/TestBundle/Entity/RelatedDummy.php tests/Fixtures/TestBundle/Entity/RelatedNormalizedDummy.php tests/Fixtures/TestBundle/Entity/RelatedOwnedDummy.php tests/Fixtures/TestBundle/Entity/RelatedOwningDummy.php tests/Fixtures/TestBundle/Entity/RelatedToDummyFriend.php tests/Fixtures/TestBundle/Entity/Relation1.php tests/Fixtures/TestBundle/Entity/Relation2.php tests/Fixtures/TestBundle/Entity/Relation3.php tests/Fixtures/TestBundle/Entity/RelationEmbedder.php tests/Fixtures/TestBundle/Entity/SecuredDummy.php tests/Fixtures/TestBundle/Entity/SingleFileConfigDummy.php tests/Fixtures/TestBundle/Entity/Site.php tests/Fixtures/TestBundle/Entity/SlugChildDummy.php tests/Fixtures/TestBundle/Entity/SlugParentDummy.php tests/Fixtures/TestBundle/Entity/SoMany.php tests/Fixtures/TestBundle/Entity/Taxon.php tests/Fixtures/TestBundle/Entity/ThirdLevel.php tests/Fixtures/TestBundle/Entity/TruncatedDummy.php tests/Fixtures/TestBundle/Entity/UnknownDummy.php tests/Fixtures/TestBundle/Entity/UpperCaseIdentifierDummy.php tests/Fixtures/TestBundle/Entity/UrlEncodedId.php tests/Fixtures/TestBundle/Entity/User.php tests/Fixtures/TestBundle/Entity/UuidIdentifierDummy.php tests/Fixtures/TestBundle/Entity/VoDummyCar.php tests/Fixtures/TestBundle/Entity/VoDummyDriver.php tests/Fixtures/TestBundle/Entity/VoDummyIdAwareTrait.php tests/Fixtures/TestBundle/Entity/VoDummyInspection.php tests/Fixtures/TestBundle/Entity/VoDummyInsuranceCompany.php tests/Fixtures/TestBundle/Entity/VoDummyVehicle.php tests/Fixtures/TestBundle/Entity/VoidPayment.php tests/Fixtures/TestBundle/Entity/WritableId.php tests/Fixtures/TestBundle/Enum/ContentStatus.php tests/Fixtures/TestBundle/Filter/ArrayItemsFilter.php tests/Fixtures/TestBundle/Filter/ArrayRequiredFilter.php tests/Fixtures/TestBundle/Filter/BoundsFilter.php tests/Fixtures/TestBundle/Filter/DoesNotImplementInterfaceFilter.php tests/Fixtures/TestBundle/Filter/EnumFilter.php tests/Fixtures/TestBundle/Filter/LengthFilter.php tests/Fixtures/TestBundle/Filter/MultipleOfFilter.php tests/Fixtures/TestBundle/Filter/NoConstructorFilter.php tests/Fixtures/TestBundle/Filter/NoPropertiesArgumentFilter.php tests/Fixtures/TestBundle/Filter/PatternFilter.php tests/Fixtures/TestBundle/Filter/RequiredAllowEmptyFilter.php tests/Fixtures/TestBundle/Filter/RequiredFilter.php tests/Fixtures/TestBundle/GraphQl/Resolver/DummyCustomQueryCollectionResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/DummyCustomQueryItemResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/DummyCustomQueryNoReadAndSerializeCollectionResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/DummyCustomQueryNoReadAndSerializeItemDocumentResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/DummyCustomQueryNoReadAndSerializeItemResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/DummyCustomQueryNotRetrievedItemDocumentResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/DummyCustomQueryNotRetrievedItemResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/SumMutationResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/SumNoWriteCustomResultMutationResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/SumNotPersistedMutationResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/SumOnlyPersistDocumentMutationResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/SumOnlyPersistMutationResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/UploadMediaObjectResolver.php tests/Fixtures/TestBundle/GraphQl/Resolver/UploadMultipleMediaObjectResolver.php tests/Fixtures/TestBundle/GraphQl/Type/Definition/DateTimeType.php tests/Fixtures/TestBundle/GraphQl/Type/TypeConverter.php tests/Fixtures/TestBundle/MessageHandler/PasswordResetRequestHandler.php tests/Fixtures/TestBundle/MessengerHandler/Document/MessengerWithInputHandler.php tests/Fixtures/TestBundle/MessengerHandler/Entity/MessengerWithInputHandler.php tests/Fixtures/TestBundle/MessengerHandler/MessengerWithResponseHandler.php tests/Fixtures/TestBundle/Model/MediaObject.php tests/Fixtures/TestBundle/Model/ProductInterface.php tests/Fixtures/TestBundle/Model/ResourceBarInterface.php tests/Fixtures/TestBundle/Model/ResourceInterface.php tests/Fixtures/TestBundle/Model/ResourceInterfaceImplementation.php tests/Fixtures/TestBundle/Model/SerializableResource.php tests/Fixtures/TestBundle/Model/TaxonInterface.php tests/Fixtures/TestBundle/Serializer/Denormalizer/SerializableResourceDenormalizer.php tests/Fixtures/TestBundle/Serializer/NameConverter/CustomConverter.php tests/Fixtures/TestBundle/Serializer/Normalizer/OverrideDocumentationNormalizer.php tests/Fixtures/TestBundle/TestBundle.php tests/Fixtures/TestBundle/Util/AnnotationFilterExtractor.php tests/Fixtures/TestBundle/Validator/DummyValidationGroupsGenerator.php tests/Fixtures/app/AppKernel.php tests/Fixtures/app/bootstrap.php tests/Fixtures/app/console tests/Fixtures/app/public/index.php tests/GraphQl/Action/EntrypointActionTest.php tests/GraphQl/Action/GraphQlPlaygroundActionTest.php tests/GraphQl/Action/GraphiQlActionTest.php tests/GraphQl/Resolver/Factory/CollectionResolverFactoryTest.php tests/GraphQl/Resolver/Factory/ItemMutationResolverFactoryTest.php tests/GraphQl/Resolver/Factory/ItemResolverFactoryTest.php tests/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactoryTest.php tests/GraphQl/Resolver/ResourceFieldResolverTest.php tests/GraphQl/Resolver/Stage/DeserializeStageTest.php tests/GraphQl/Resolver/Stage/ReadStageTest.php tests/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageTest.php tests/GraphQl/Resolver/Stage/SecurityStageTest.php tests/GraphQl/Resolver/Stage/SerializeStageTest.php tests/GraphQl/Resolver/Stage/ValidateStageTest.php tests/GraphQl/Resolver/Stage/WriteStageTest.php tests/GraphQl/Resolver/Util/IdentifierTraitTest.php tests/GraphQl/Serializer/Exception/ErrorNormalizerTest.php tests/GraphQl/Serializer/Exception/HttpExceptionNormalizerTest.php tests/GraphQl/Serializer/Exception/RuntimeExceptionNormalizerTest.php tests/GraphQl/Serializer/Exception/ValidationExceptionNormalizerTest.php tests/GraphQl/Serializer/ItemNormalizerTest.php tests/GraphQl/Serializer/SerializerContextBuilderTest.php tests/GraphQl/Subscription/MercureSubscriptionIriGeneratorTest.php tests/GraphQl/Subscription/SubscriptionIdentifierGeneratorTest.php tests/GraphQl/Subscription/SubscriptionManagerTest.php tests/GraphQl/Type/Definition/IterableTypeTest.php tests/GraphQl/Type/FieldsBuilderTest.php tests/GraphQl/Type/SchemaBuilderTest.php tests/GraphQl/Type/TypeBuilderTest.php tests/GraphQl/Type/TypeConverterTest.php tests/GraphQl/Type/TypesContainerTest.php tests/GraphQl/Type/TypesFactoryTest.php tests/Hal/Serializer/CollectionNormalizerTest.php tests/Hal/Serializer/EntrypointNormalizerTest.php tests/Hal/Serializer/ItemNormalizerTest.php tests/HttpCache/EventListener/AddHeadersListenerTest.php tests/HttpCache/EventListener/AddTagsListenerTest.php tests/HttpCache/VarnishPurgerTest.php tests/Hydra/EventListener/AddLinkHeaderListenerTest.php tests/Hydra/JsonSchema/SchemaFactoryTest.php tests/Hydra/Serializer/CollectionFiltersNormalizerTest.php tests/Hydra/Serializer/CollectionNormalizerTest.php tests/Hydra/Serializer/ConstraintViolationNormalizerTest.php tests/Hydra/Serializer/DocumentationNormalizerTest.php tests/Hydra/Serializer/EntrypointNormalizerTest.php tests/Hydra/Serializer/ErrorNormalizerTest.php tests/Hydra/Serializer/PartialCollectionViewNormalizerTest.php tests/Identifier/CompositeIdentifierParserTest.php tests/Identifier/IdentifierConverterTest.php tests/Identifier/Normalizer/DateTimeIdentifierNormalizerTest.php tests/Identifier/Normalizer/IntegerDenormalizerTest.php tests/JsonApi/EventListener/TransformFieldsetsParametersListenerTest.php tests/JsonApi/EventListener/TransformFilteringParametersListenerTest.php tests/JsonApi/EventListener/TransformPaginationParametersListenerTest.php tests/JsonApi/EventListener/TransformSortingParametersListenerTest.php tests/JsonApi/Serializer/CollectionNormalizerTest.php tests/JsonApi/Serializer/ConstraintViolationNormalizerTest.php tests/JsonApi/Serializer/EntrypointNormalizerTest.php tests/JsonApi/Serializer/ErrorNormalizerTest.php tests/JsonApi/Serializer/ItemNormalizerTest.php tests/JsonApi/Serializer/ReservedAttributeNameConverterTest.php tests/JsonLd/Action/ContextActionTest.php tests/JsonLd/ContextBuilderTest.php tests/JsonLd/Serializer/ItemNormalizerTest.php tests/JsonLd/Serializer/ObjectNormalizerTest.php tests/JsonSchema/Command/JsonSchemaGenerateCommandTest.php tests/JsonSchema/SchemaFactoryTest.php tests/JsonSchema/SchemaTest.php tests/JsonSchema/TypeFactoryTest.php tests/Mercure/EventListener/AddLinkHeaderListenerTest.php tests/Metadata/Extractor/ExtractorTestCase.php tests/Metadata/Extractor/XmlExtractorTestCase.php tests/Metadata/Extractor/YamlExtractorTestCase.php tests/Metadata/Property/Factory/AnnotationPropertyMetadataFactoryTest.php tests/Metadata/Property/Factory/AnnotationPropertyNameCollectionFactoryTest.php tests/Metadata/Property/Factory/AnnotationSubresourceMetadataFactoryTest.php tests/Metadata/Property/Factory/CachedPropertyMetadataFactoryTest.php tests/Metadata/Property/Factory/CachedPropertyNameCollectionFactoryTest.php tests/Metadata/Property/Factory/DefaultPropertyMetadataFactoryTest.php tests/Metadata/Property/Factory/ExtractorPropertyMetadataFactoryTest.php tests/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactoryTest.php tests/Metadata/Property/Factory/FileConfigurationMetadataFactoryProvider.php tests/Metadata/Property/Factory/InheritedPropertyMetadataFactoryTest.php tests/Metadata/Property/Factory/InheritedPropertyNameCollectionFactoryTest.php tests/Metadata/Property/Factory/SerializerPropertyMetadataFactoryTest.php tests/Metadata/Property/PropertyMetadataTest.php tests/Metadata/Property/PropertyNameCollectionTest.php tests/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactoryTest.php tests/Metadata/Resource/Factory/AnnotationResourceMetadataFactoryTest.php tests/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactoryTest.php tests/Metadata/Resource/Factory/CachedResourceMetadataFactoryTest.php tests/Metadata/Resource/Factory/CachedResourceNameCollectionFactoryTest.php tests/Metadata/Resource/Factory/ExtractorResourceMetadataFactoryTest.php tests/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactoryTest.php tests/Metadata/Resource/Factory/FileConfigurationMetadataFactoryProvider.php tests/Metadata/Resource/Factory/FormatsResourceMetadataFactoryTest.php tests/Metadata/Resource/Factory/InputOutputResourceMetadataFactoryTest.php tests/Metadata/Resource/Factory/OperationResourceMetadataFactoryTest.php tests/Metadata/Resource/Factory/PhpDocResourceMetadataFactoryTest.php tests/Metadata/Resource/ResourceMetadataTest.php tests/Metadata/Resource/ResourceNameCollectionTest.php tests/Metadata/schema/XmlSchemaTest.php tests/Mock/Exception/ErrorCodeSerializable.php tests/OpenApi/Factory/OpenApiFactoryTest.php tests/OpenApi/Serializer/OpenApiNormalizerTest.php tests/Operation/DashedPathSegmentNameGeneratorTest.php tests/Operation/Factory/CachedSubresourceOperationFactoryTest.php tests/Operation/Factory/SubresourceOperationFactoryTest.php tests/PathResolver/CustomOperationPathResolverTest.php tests/PathResolver/DashOperationPathResolverTest.php tests/PathResolver/OperationPathResolverTest.php tests/PathResolver/UnderscoreOperationPathResolverTest.php tests/Problem/Serializer/ConstraintViolationNormalizerTest.php tests/Problem/Serializer/ErrorNormalizerTest.php tests/ProphecyTrait.php tests/Security/EventListener/DenyAccessListenerTest.php tests/Security/ResourceAccessCheckerTest.php tests/Serializer/AbstractItemNormalizerTest.php tests/Serializer/Filter/GroupFilterTest.php tests/Serializer/Filter/PropertyFilterTest.php tests/Serializer/ItemNormalizerTest.php tests/Serializer/JsonEncoderTest.php tests/Serializer/ResourceListTest.php tests/Serializer/SerializerContextBuilderTest.php tests/Serializer/SerializerFilterContextBuilderTest.php tests/Swagger/Serializer/ApiGatewayNormalizerTest.php tests/Swagger/Serializer/DocumentationNormalizerV2Test.php tests/Swagger/Serializer/DocumentationNormalizerV3Test.php tests/Util/AnnotationFilterExtractorTraitTest.php tests/Util/ArrayTraitTest.php tests/Util/ClassInfoTraitTest.php tests/Util/CloneTraitTest.php tests/Util/ErrorFormatGuesserTest.php tests/Util/IriHelperTest.php tests/Util/ReflectionTest.php tests/Util/RequestAttributesExtractorTest.php tests/Util/RequestParserTest.php tests/Util/SortTraitTest.php tests/Validator/EventListener/ValidateListenerTest.php update-js.sh yarn.lock <<<<<< network # path=./build/coverage/coverage-behat.cov setData(array ( '/home/runner/work/core/core/src/Metadata/Extractor/AbstractExtractor.php' => array ( 36 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 37 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 38 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 45 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 46 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', 1 => 'Authorization checking::An admin can create a secured resource', 2 => 'Authorization checking::A user can retrieve an item they owns', 3 => 'Authorization checking::A user can update an item they owns and transfer it', 4 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 5 => 'Authorization checking::A standard user cannot create a secured resource', 6 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 7 => 'Boolean filter on collections::Get collection by dummyBoolean true', 8 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 9 => 'Boolean filter on collections::Get collection filtered using a name converter', 10 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 11 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 12 => 'Date filter on collections::Get collection filtered using a name converter', 13 => 'Exists filter on collections::Get collection filtered using a name converter', 14 => 'Numeric filter on collections::Get collection filtered using a name converter', 15 => 'Search filter on collections::Test ManyToMany with filter on join table', 16 => 'Search filter on collections::Test #944', 17 => 'Search filter on collections::Search collection on a property using a nested name converted', 18 => 'Set properties to include::Test properties filter', 19 => 'Set properties to include::Test relation embedding', 20 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 21 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 22 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 23 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 27 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 29 => 'GraphQL collection support::Custom collection query', 30 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 31 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 32 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 33 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 34 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 35 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 36 => 'Collections filtering::Retrieve a collection filtered using the search filter', 37 => 'Collections filtering::Use a filter of a nested collection', 38 => 'Collections filtering::Retrieve a collection ordered using nested properties', 39 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 40 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 41 => 'GraphQL DTO input and output::Create an item with custom input and output', 42 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 43 => 'GraphQL introspection support::Introspect the GraphQL schema', 44 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 45 => 'GraphQL mutation support::Create an item with a subresource', 46 => 'GraphQL mutation support::Create an item with an iterable field', 47 => 'GraphQL mutation support::Modify an item through a mutation', 48 => 'GraphQL mutation support::Use serialization groups', 49 => 'GraphQL mutation support::Execute a custom mutation', 50 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 51 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 52 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 53 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 54 => 'GraphQL subscription support::Subscribe to updates', 55 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 56 => 'GraphQL type support::Use a custom type for an input field', 57 => 'GraphQL type support::Use a custom type for a query variable', 58 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 59 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 60 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 61 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 62 => 'HAL support::Create a third level', 63 => 'HAL support::Create a related dummy', 64 => 'HAL support::Create a dummy with relations', 65 => 'HAL support::Update a resource', 66 => 'HAL support::Embed a relation in a parent object', 67 => 'HAL support::Get the object with the embedded relation', 68 => 'Max depth handling::Create a resource with 1 level of descendants', 69 => 'Max depth handling::Add a 2nd level of descendants', 70 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 71 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 72 => 'IRI should contain network path::I should be able to POST an object using a network path', 73 => 'IRI should contain network path::I should be able to GET an Item with network paths', 74 => 'HAL non-resource handling::Get a resource containing a raw object', 75 => 'Default values of HTTP cache headers::Cache headers default value', 76 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 77 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 78 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 79 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 80 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 81 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 82 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 83 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 84 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 85 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 86 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 87 => 'Collections support::Cursor-based pagination with ranged items', 88 => 'Documentation support::Retrieve the API vocabulary', 89 => 'JSON relations support::Update the relation with a new one', 90 => 'JSON API collections support::Correctly serialize a collection', 91 => 'JSON API error handling::Get a validation error on an relationship', 92 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 93 => 'JSON API basic support::Retrieve the collection', 94 => 'JSON API basic support::Retrieve the third level', 95 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 96 => 'JSON API basic support::Retrieve the related dummy', 97 => 'JSON API basic support::Update a resource via PATCH', 98 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 99 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 100 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 101 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 102 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 103 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 104 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 105 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 106 => 'JSON-LD DTO input and output::Use DTO with relations on User', 107 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 108 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 109 => 'JSON-LD using interface as resource::Retrieve a taxon', 110 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 111 => 'JSON-LD using JsonSerializable types::Create a Content', 112 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 113 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 114 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 115 => 'Circular references handling::Create a circular reference', 116 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 117 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 118 => 'Retrieve data with Composite identifiers::Get the first composite relation', 119 => 'Retrieve data with Composite identifiers::Get first composite item', 120 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 121 => 'Content Negotiation support::Post CSV body allowed on a single resource', 122 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 123 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 124 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 125 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 126 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 127 => 'Using custom identifier on resource::Create a resource', 128 => 'Using custom identifier on resource::Get a resource', 129 => 'Using custom identifier on resource::Get a collection', 130 => 'Using custom identifier on resource::Update a resource', 131 => 'Using custom parent identifier for subresources::Create a parent dummy', 132 => 'Using custom parent identifier for subresources::Create a child dummy', 133 => 'Using custom normalized entity::Create a resource', 134 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 135 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 136 => 'Using custom normalized entity::Get a custom normalized dummy resource', 137 => 'Using custom normalized entity::Get a collection', 138 => 'Using custom normalized entity::Update a resource', 139 => 'Custom operation::Custom normalization operation', 140 => 'Custom operation::Custom collection name without specific route', 141 => 'Custom operation::Custom operation name without specific route', 142 => 'Custom operation::Create a payment', 143 => 'Custom operation::Void a payment', 144 => 'Custom operation::Get a void payment', 145 => 'Using custom writable identifier on resource::Create a resource', 146 => 'Using custom writable identifier on resource::Get a resource', 147 => 'Using custom writable identifier on resource::Get a collection', 148 => 'Using custom writable identifier on resource::Update a resource', 149 => 'Default order::Override custom order', 150 => 'Default order::Override custom order by association', 151 => 'Default order::Override custom order asc', 152 => 'Default order::Override custom order desc', 153 => 'Operation support::Can not write readonly property', 154 => 'Operation support::Select a resource and it\'s embedded data', 155 => 'Operation support::Get a book by its ISBN', 156 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 157 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 158 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 159 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 160 => 'Sending PATCH requets::Detect accepted patch formats', 161 => 'Sending PATCH requets::Patch an item', 162 => 'Sending PATCH requets::Patch the relation', 163 => 'Relations support::Create a dummy friend', 164 => 'Relations support::Create a friend relationship', 165 => 'Relations support::Get the relationship', 166 => 'Relations support::Issue #1222', 167 => 'Relations support::Eager load relations should not be duplicated', 168 => 'Serializable item data provider::Get a resource containing a raw object', 169 => 'Subresource support::Get the subresource relation collection', 170 => 'Subresource support::Get the subresource relation item', 171 => 'Subresource support::Recursive resource', 172 => 'Table inheritance::Create a table inherited resource', 173 => 'Table inheritance::Get the parent entity collection', 174 => 'Table inheritance::Some children not api resources are created in the app', 175 => 'Table inheritance::Create a different table inherited resource', 176 => 'Table inheritance::Get related entity with multiple inherited children types', 177 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 178 => 'Table inheritance::Get the parent interface collection', 179 => 'Table inheritance::Get an interface resource item', 180 => 'Table inheritance::Generate iri from parent resource', 181 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 182 => 'Using uuid identifier on resource::Create a resource', 183 => 'Using uuid identifier on resource::Get a resource', 184 => 'Using uuid identifier on resource::Get a collection', 185 => 'Using uuid identifier on resource::Update a resource', 186 => 'Using uuid identifier on resource::Create a resource with custom id generator', 187 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 188 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 189 => 'Using validations groups::Create a resource', 190 => 'Using validations groups::Create a resource with validation', 191 => 'Using validations groups::Create a resource with validation group sequence', 192 => 'Documentation support::Retrieve the OpenAPI documentation', 193 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 194 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 195 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 196 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 197 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 198 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 199 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 200 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 201 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 202 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 203 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 204 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 205 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 206 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 207 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 208 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 209 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 210 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 211 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 212 => 'Value object as ApiResource::Create Value object resource', ), 49 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 50 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 51 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 54 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 78 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 79 => array ( ), 82 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 83 => array ( ), 84 => array ( ), 87 => array ( ), 90 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 91 => array ( ), 123 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 125 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::An admin can create a secured resource', 3 => 'Authorization checking::A user can retrieve an item they owns', 4 => 'Authorization checking::A user can update an item they owns and transfer it', 5 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 6 => 'Authorization checking::A standard user cannot create a secured resource', 7 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 8 => 'Boolean filter on collections::Get collection by dummyBoolean true', 9 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 10 => 'Boolean filter on collections::Get collection filtered using a name converter', 11 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 12 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 13 => 'Date filter on collections::Get collection filtered using a name converter', 14 => 'Exists filter on collections::Get collection filtered using a name converter', 15 => 'Numeric filter on collections::Get collection filtered using a name converter', 16 => 'Search filter on collections::Test ManyToMany with filter on join table', 17 => 'Search filter on collections::Test #944', 18 => 'Search filter on collections::Search collection on a property using a nested name converted', 19 => 'Set properties to include::Test properties filter', 20 => 'Set properties to include::Test relation embedding', 21 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 22 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 23 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 24 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 25 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 26 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 27 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 28 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 29 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 30 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 31 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 32 => 'GraphQL collection support::Custom collection query', 33 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 34 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 35 => 'GraphQL collection support::Retrieve a collection using name converter', 36 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 37 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 38 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 39 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 40 => 'Collections filtering::Retrieve a collection filtered using the date filter', 41 => 'Collections filtering::Retrieve a collection filtered using the search filter', 42 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 43 => 'Collections filtering::Use a filter of a nested collection', 44 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 45 => 'Collections filtering::Retrieve a collection ordered using nested properties', 46 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 47 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 48 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 49 => 'GraphQL DTO input and output::Create an item with custom input and output', 50 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 51 => 'GraphQL introspection support::Introspect the GraphQL schema', 52 => 'GraphQL introspection support::Introspect an Iterable type field', 53 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 54 => 'GraphQL mutation support::Create an item with a subresource', 55 => 'GraphQL mutation support::Create an item with an iterable field', 56 => 'GraphQL mutation support::Modify an item through a mutation', 57 => 'GraphQL mutation support::Use serialization groups', 58 => 'GraphQL mutation support::Trigger a validation error', 59 => 'GraphQL mutation support::Execute a custom mutation', 60 => 'GraphQL query support::Execute a basic GraphQL query', 61 => 'GraphQL query support::Retrieve a Relay Node', 62 => 'GraphQL query support::Retrieve an item with an iterable field', 63 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 64 => 'GraphQL query support::Run a specific operation through a GraphQL query', 65 => 'GraphQL query support::Fetch only the internal id', 66 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 67 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 68 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 69 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 70 => 'GraphQL subscription support::Subscribe to updates', 71 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 72 => 'GraphQL type support::Use a custom type for a field', 73 => 'GraphQL type support::Use a custom type for an input field', 74 => 'GraphQL type support::Use a custom type for a query variable', 75 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 76 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 77 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 78 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 79 => 'HAL support::Create a third level', 80 => 'HAL support::Create a related dummy', 81 => 'HAL support::Create a dummy with relations', 82 => 'HAL support::Update a resource', 83 => 'HAL support::Embed a relation in a parent object', 84 => 'HAL support::Get the object with the embedded relation', 85 => 'Max depth handling::Create a resource with 1 level of descendants', 86 => 'Max depth handling::Add a 2nd level of descendants', 87 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 88 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 89 => 'IRI should contain network path::I should be able to POST an object using a network path', 90 => 'IRI should contain network path::I should be able to GET an Item with network paths', 91 => 'HAL non-resource handling::Get a resource containing a raw object', 92 => 'Default values of HTTP cache headers::Cache headers default value', 93 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 94 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 95 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 96 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 97 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 98 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 99 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 100 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 101 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 102 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 103 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 104 => 'Collections support::Cursor-based pagination with ranged items', 105 => 'Documentation support::Retrieve the API vocabulary', 106 => 'JSON DTO input and output::Request a password reset', 107 => 'JSON DTO input and output::Request a password reset for a non-existent user', 108 => 'JSON relations support::Update the relation with a new one', 109 => 'JSON API collections support::Correctly serialize a collection', 110 => 'JSON API error handling::Get a validation error on an relationship', 111 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 112 => 'JSON API basic support::Retrieve the collection', 113 => 'JSON API basic support::Retrieve the third level', 114 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 115 => 'JSON API basic support::Retrieve the related dummy', 116 => 'JSON API basic support::Update a resource via PATCH', 117 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 118 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 119 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 120 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 121 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 122 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 123 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 124 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 125 => 'JSON-LD DTO input and output::Use DTO with relations on User', 126 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 127 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 128 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 129 => 'JSON-LD using interface as resource::Retrieve a taxon', 130 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 131 => 'JSON-LD using JsonSerializable types::Create a Content', 132 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 133 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 134 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 135 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 136 => 'Circular references handling::Create a circular reference', 137 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 138 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 139 => 'Retrieve data with Composite identifiers::Get the first composite relation', 140 => 'Retrieve data with Composite identifiers::Get first composite item', 141 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 142 => 'Content Negotiation support::Post CSV body allowed on a single resource', 143 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 144 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 145 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 146 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 147 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 148 => 'Using custom identifier on resource::Create a resource', 149 => 'Using custom identifier on resource::Get a resource', 150 => 'Using custom identifier on resource::Get a collection', 151 => 'Using custom identifier on resource::Update a resource', 152 => 'Using custom parent identifier for subresources::Create a parent dummy', 153 => 'Using custom parent identifier for subresources::Create a child dummy', 154 => 'Using custom normalized entity::Create a resource', 155 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 156 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 157 => 'Using custom normalized entity::Get a custom normalized dummy resource', 158 => 'Using custom normalized entity::Get a collection', 159 => 'Using custom normalized entity::Update a resource', 160 => 'Custom operation::Custom normalization operation', 161 => 'Custom operation::Custom collection name without specific route', 162 => 'Custom operation::Custom operation name without specific route', 163 => 'Custom operation::Create a payment', 164 => 'Custom operation::Void a payment', 165 => 'Custom operation::Get a void payment', 166 => 'Using custom writable identifier on resource::Create a resource', 167 => 'Using custom writable identifier on resource::Get a resource', 168 => 'Using custom writable identifier on resource::Get a collection', 169 => 'Using custom writable identifier on resource::Update a resource', 170 => 'Default order::Override custom order', 171 => 'Default order::Override custom order by association', 172 => 'Default order::Override custom order asc', 173 => 'Default order::Override custom order desc', 174 => 'Operation support::Can not write readonly property', 175 => 'Operation support::Select a resource and it\'s embedded data', 176 => 'Operation support::Get a book by its ISBN', 177 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 178 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 179 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 180 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 181 => 'Sending PATCH requets::Detect accepted patch formats', 182 => 'Sending PATCH requets::Patch an item', 183 => 'Sending PATCH requets::Patch the relation', 184 => 'Relations support::Create a dummy friend', 185 => 'Relations support::Create a friend relationship', 186 => 'Relations support::Get the relationship', 187 => 'Relations support::Issue #1222', 188 => 'Relations support::Eager load relations should not be duplicated', 189 => 'Serializable item data provider::Get a resource containing a raw object', 190 => 'Subresource support::Get the subresource relation collection', 191 => 'Subresource support::Get the subresource relation item', 192 => 'Subresource support::Recursive resource', 193 => 'Table inheritance::Create a table inherited resource', 194 => 'Table inheritance::Get the parent entity collection', 195 => 'Table inheritance::Some children not api resources are created in the app', 196 => 'Table inheritance::Create a different table inherited resource', 197 => 'Table inheritance::Get related entity with multiple inherited children types', 198 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 199 => 'Table inheritance::Get the parent interface collection', 200 => 'Table inheritance::Get an interface resource item', 201 => 'Table inheritance::Generate iri from parent resource', 202 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 203 => 'Using uuid identifier on resource::Create a resource', 204 => 'Using uuid identifier on resource::Get a resource', 205 => 'Using uuid identifier on resource::Get a collection', 206 => 'Using uuid identifier on resource::Update a resource', 207 => 'Using uuid identifier on resource::Create a resource with custom id generator', 208 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 209 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 210 => 'Using validations groups::Create a resource', 211 => 'Using validations groups::Create a resource with validation', 212 => 'Using validations groups::Create a resource with validation group sequence', 213 => 'Documentation support::Retrieve the OpenAPI documentation', 214 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 215 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 216 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 217 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 218 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 219 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 220 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 221 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 222 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 223 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 224 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 225 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 226 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 227 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 228 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 229 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 230 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 231 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 232 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 233 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 234 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 235 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 236 => 'Value object as ApiResource::Create Value object resource', 237 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 238 => 'Value object as ApiResource::Update Value object with writable and non writable property', ), 95 => array ( ), 98 => array ( ), 99 => array ( ), 102 => array ( ), 103 => array ( ), 106 => array ( ), 107 => array ( ), 110 => array ( ), 111 => array ( ), 113 => array ( ), 116 => array ( ), 117 => array ( ), 119 => array ( ), 122 => array ( ), ), '/home/runner/work/core/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php' => array ( 34 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 35 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 36 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 37 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 44 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 45 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 47 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 48 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', 1 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 2 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 3 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 8 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 9 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 10 => 'GraphQL collection support::Retrieve a collection using name converter', 11 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 12 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 13 => 'Collections filtering::Retrieve a collection filtered using the date filter', 14 => 'Collections filtering::Retrieve a collection filtered using the search filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 16 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 17 => 'Collections filtering::Retrieve a collection ordered using nested properties', 18 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 19 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 20 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 21 => 'GraphQL DTO input and output::Create an item with custom input and output', 22 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 23 => 'GraphQL introspection support::Introspect the GraphQL schema', 24 => 'GraphQL introspection support::Introspect an Iterable type field', 25 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 26 => 'GraphQL mutation support::Create an item with a subresource', 27 => 'GraphQL mutation support::Create an item with an iterable field', 28 => 'GraphQL mutation support::Modify an item through a mutation', 29 => 'GraphQL mutation support::Trigger a validation error', 30 => 'GraphQL query support::Execute a basic GraphQL query', 31 => 'GraphQL query support::Retrieve a Relay Node', 32 => 'GraphQL query support::Retrieve an item with an iterable field', 33 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 34 => 'GraphQL query support::Run a specific operation through a GraphQL query', 35 => 'GraphQL query support::Fetch only the internal id', 36 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 37 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 39 => 'GraphQL subscription support::Subscribe to updates', 40 => 'GraphQL type support::Use a custom type for a field', 41 => 'GraphQL type support::Use a custom type for an input field', 42 => 'GraphQL type support::Use a custom type for a query variable', 43 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 44 => 'Documentation support::Retrieve the API vocabulary', 45 => 'JSON DTO input and output::Request a password reset', 46 => 'JSON DTO input and output::Request a password reset for a non-existent user', 47 => 'JSON-LD DTO input and output::Use DTO with relations on User', 48 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 50 => 'JSON-LD using interface as resource::Retrieve a taxon', 51 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 52 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 53 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 54 => 'Relations support::Issue #1222', 55 => 'Table inheritance::Some children not api resources are created in the app', 56 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 57 => 'Table inheritance::Get the parent interface collection', 58 => 'Table inheritance::Get an interface resource item', 59 => 'Documentation support::Retrieve the OpenAPI documentation', ), 53 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 54 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 57 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 58 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 59 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 60 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 61 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 62 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 64 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 74 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 75 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 78 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 86 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 87 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 88 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 91 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 94 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', ), ), '/home/runner/work/core/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php' => array ( 34 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 35 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 36 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 37 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handling::Get a validation error on an attribute', 290 => 'JSON API error handling::Get a validation error on an relationship', 291 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'my\' as value', 292 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with \'foo\' as value', 293 => 'JSON API filter handling::Apply filters and pagination at the same time', 294 => 'JSON API filter handling::Apply property filter based on the \'fields\'', 295 => 'JSON API filter handling::Apply filters based on the \'filter\' query parameter with second level arguments', 296 => 'JSON API DTO input and output::Get an item with a custom output', 297 => 'JSON API DTO input and output::Get a collection with a custom output', 298 => 'JSON API basic support::Retrieve the API entrypoint', 299 => 'JSON API basic support::Test empty list against JSON API schema', 300 => 'JSON API basic support::Create a ThirdLevel', 301 => 'JSON API basic support::Retrieve the collection', 302 => 'JSON API basic support::Retrieve the third level', 303 => 'JSON API basic support::Create a related dummy', 304 => 'JSON API basic support::Create a dummy with relations', 305 => 'JSON API basic support::Update a resource with a many-to-many relationship via PATCH', 306 => 'JSON API basic support::Create a related dummy with an empty relationship', 307 => 'JSON API basic support::Retrieve a collection with relationships', 308 => 'JSON API basic support::Retrieve the related dummy', 309 => 'JSON API basic support::Update a resource via PATCH', 310 => 'JSON API basic support::Embed a relation in a parent object', 311 => 'JSON API non-resource handling::Get a resource containing a raw object', 312 => 'JSON API non-resource handling::Create a resource that has a non-resource relation.', 313 => 'JSON API non-resource handling::Create a resource that contains a stdClass object.', 314 => 'JSON API order handling::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 315 => 'JSON API order handling::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 316 => 'JSON API order handling::Get collection ordered on two properties previously whitelisted', 317 => 'JSON API pagination handling::Get the first page of a paginated collection according to basic config', 318 => 'JSON API pagination handling::Get the fourth page of a paginated collection according to basic config', 319 => 'JSON API pagination handling::Get a paginated collection according to custom items per page in request', 320 => 'JSON API pagination handling::Get an error when provided page number is not valid', 321 => 'JSON API pagination handling::Get an error when provided page number is too large', 322 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource (many to one)', 323 => 'JSON API Inclusion of Related Resources::Request inclusion of a non existing related resource', 324 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resource keeping main object properties unfiltered', 325 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources and specific fields', 326 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many)', 327 => 'JSON API Inclusion of Related Resources::Request inclusion of related resources (many to many and many to one)', 328 => 'JSON API Inclusion of Related Resources::Request inclusion of resource with relation', 329 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection', 330 => 'JSON API Inclusion of Related Resources::Request inclusion of a related resources on collection should not duplicated included object', 331 => 'JSON-LD contexts generation::Retrieve Entrypoint context', 332 => 'JSON-LD contexts generation::Retrieve Dummy context', 333 => 'JSON-LD contexts generation::Retrieve context of an object with an embed relation', 334 => 'JSON-LD contexts generation::Retrieve Dummy with extended jsonld context', 335 => 'JSON-LD DTO input and output::Create a resource with a custom Input', 336 => 'JSON-LD DTO input and output::Get an item with a custom output', 337 => 'JSON-LD DTO input and output::Get a collection with a custom output', 338 => 'JSON-LD DTO input and output::Get an item with same class as custom output', 339 => 'JSON-LD DTO input and output::Get an item with a data transformer that will return the original class as a fallback', 340 => 'JSON-LD DTO input and output::Create a DummyDtoCustom object without output', 341 => 'JSON-LD DTO input and output::Create and update a DummyInputOutput', 342 => 'JSON-LD DTO input and output::Use DTO with relations on User', 343 => 'JSON-LD DTO input and output::Create a resource with no input', 344 => 'JSON-LD DTO input and output::Update a resource with no input', 345 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 346 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 347 => 'JSON-LD DTO input and output::Initialize input data with a DataTransformerInitializer', 348 => 'JSON-LD using interface as resource::Retrieve a taxon', 349 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 350 => 'JSON-LD using iri_only parameter::Retrieve Dummy\'s resource context with iri_only', 351 => 'JSON-LD using iri_only parameter::Retrieve Dummies with iri_only and jsonld_embed_context', 352 => 'JSON-LD using JsonSerializable types::Create a Content', 353 => 'JSON-LD using JsonSerializable types::Retrieve a Content', 354 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 355 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 356 => 'JSON-LD non-resource handling::Create a resource that contains a stdClass object.', 357 => 'Circular references handling::Create a circular reference', 358 => 'Circular references handling::Fetch circular reference', 359 => 'Retrieve data with Composite identifiers::Get a collection with composite identifiers', 360 => 'Retrieve data with Composite identifiers::Get collection with composite identifiers', 361 => 'Retrieve data with Composite identifiers::Get the first composite relation', 362 => 'Retrieve data with Composite identifiers::Get the first composite relation with a reverse identifiers order', 363 => 'Retrieve data with Composite identifiers::Get the first composite relation with a missing identifier', 364 => 'Retrieve data with Composite identifiers::Get first composite item', 365 => 'Configurable resource CRUD::Retrieve the ConfigDummy resource', 366 => 'Configurable resource CRUD::Get a single file configured resource', 367 => 'Content Negotiation support::Post an XML body', 368 => 'Content Negotiation support::Retrieve a collection in XML', 369 => 'Content Negotiation support::Retrieve a collection in XML using the .xml URL', 370 => 'Content Negotiation support::Retrieve a collection in JSON', 371 => 'Content Negotiation support::Post a JSON document and retrieve an XML body', 372 => 'Content Negotiation support::Requesting the same format in the Accept header and in the URL should work', 373 => 'Content Negotiation support::Requesting any format in the Accept header should default to the first configured format', 374 => 'Content Negotiation support::Requesting any format in the Accept header should default to the format passed in the URL', 375 => 'Content Negotiation support::Requesting an unknown format should throw an error', 376 => 'Content Negotiation support::If the request format is HTML, the error should be in HTML', 377 => 'Content Negotiation support::Retrieve a collection in JSON should not be possible if the format has been removed at resource level', 378 => 'Content Negotiation support::Post CSV body allowed on a single resource', 379 => 'Content Negotiation support::Retrieve a collection in CSV should be possible if the format is at resource level', 380 => 'Create-Retrieve-Update-Delete::Create a resource', 381 => 'Create-Retrieve-Update-Delete::Get a resource', 382 => 'Create-Retrieve-Update-Delete::Create a resource with empty body', 383 => 'Create-Retrieve-Update-Delete::Get a not found exception', 384 => 'Create-Retrieve-Update-Delete::Get a collection', 385 => 'Create-Retrieve-Update-Delete::Update a resource', 386 => 'Create-Retrieve-Update-Delete::Update a resource with empty body', 387 => 'Create-Retrieve-Update-Delete::Delete a resource', 388 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource', 389 => 'Create-Retrieve-Update-Delete on abstract resource::Get a resource', 390 => 'Create-Retrieve-Update-Delete on abstract resource::Get a collection', 391 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource', 392 => 'Create-Retrieve-Update-Delete on abstract resource::Update a concrete resource using abstract resource uri', 393 => 'Create-Retrieve-Update-Delete on abstract resource::Delete a resource', 394 => 'Create-Retrieve-Update-Delete on abstract resource::Create a concrete resource with discriminator', 395 => 'Using custom identifier on resource::Create a resource', 396 => 'Using custom identifier on resource::Get a resource', 397 => 'Using custom identifier on resource::Get a collection', 398 => 'Using custom identifier on resource::Update a resource', 399 => 'Using custom identifier on resource::API doc is correctly generated', 400 => 'Using custom identifier on resource::Delete a resource', 401 => 'Using custom parent identifier for subresources::Create a parent dummy', 402 => 'Using custom parent identifier for subresources::Create a child dummy', 403 => 'Using custom parent identifier for subresources::Get child dummies of parent dummy', 404 => 'Using custom parent identifier for subresources::Get parent dummy of child dummy', 405 => 'Using custom normalized entity::Create a resource', 406 => 'Using custom normalized entity::Create a resource with a custom normalized dummy', 407 => 'Using custom normalized entity::Create a resource with a custom normalized dummy and an id', 408 => 'Using custom normalized entity::Get a custom normalized dummy resource', 409 => 'Using custom normalized entity::Get a collection', 410 => 'Using custom normalized entity::Update a resource', 411 => 'Using custom normalized entity::API doc is correctly generated', 412 => 'Using custom normalized entity::Delete a resource', 413 => 'Custom operation::Custom normalization operation', 414 => 'Custom operation::Custom normalization operation with shorthand configuration', 415 => 'Custom operation::Custom collection name without specific route', 416 => 'Custom operation::Custom operation name without specific route', 417 => 'Custom operation::Create a payment', 418 => 'Custom operation::Void a payment', 419 => 'Custom operation::Get a void payment', 420 => 'Using custom writable identifier on resource::Create a resource', 421 => 'Using custom writable identifier on resource::Get a resource', 422 => 'Using custom writable identifier on resource::Get a collection', 423 => 'Using custom writable identifier on resource::Update a resource', 424 => 'Using custom writable identifier on resource::API docs are correctly generated', 425 => 'Using custom writable identifier on resource::Delete a resource', 426 => 'Default order::Override custom order', 427 => 'Default order::Override custom order by association', 428 => 'Default order::Override custom order asc', 429 => 'Default order::Override custom order desc', 430 => 'Headers addition::Test Sunset header addition', 431 => 'Operation support::Can not write readonly property', 432 => 'Operation support::Access custom operations', 433 => 'Operation support::Select a resource and it\'s embedded data', 434 => 'Operation support::Get the collection of a resource that have disabled item operation', 435 => 'Operation support::Get a 404 response for the disabled item operation', 436 => 'Operation support::Get a book by its ISBN', 437 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Create a resource', 438 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource', 439 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a resource in XML', 440 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a not found exception', 441 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get a collection', 442 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Update a resource', 443 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Get the final resource', 444 => 'Create-Retrieve-Update-Delete with a Overridden Operation context::Delete a resource', 445 => 'Sending PATCH requets::Detect accepted patch formats', 446 => 'Sending PATCH requets::Patch an item', 447 => 'Sending PATCH requets::Remove a property according to RFC 7386', 448 => 'Sending PATCH requets::Patch the relation', 449 => 'Relations support::Create a third level', 450 => 'Relations support::Create a dummy friend', 451 => 'Relations support::Create a related dummy', 452 => 'Relations support::Create a friend relationship', 453 => 'Relations support::Get the relationship', 454 => 'Relations support::Create a dummy with relations', 455 => 'Relations support::Filter on a relation', 456 => 'Relations support::Filter on a to-many relation', 457 => 'Relations support::Embed a relation in the parent object', 458 => 'Relations support::Create an existing relation', 459 => 'Relations support::Update the relation with a new one', 460 => 'Relations support::Post a wrong relation', 461 => 'Relations support::Post a relation with a not existing IRI', 462 => 'Relations support::Update an embedded relation', 463 => 'Relations support::Issue #1222', 464 => 'Relations support::Eager load relations should not be duplicated', 465 => 'Relations support::Passing an invalid IRI to a relation', 466 => 'Relations support::Passing an invalid type to a relation', 467 => 'Serializable item data provider::Get a resource containing a raw object', 468 => 'Subresource support::Get subresource one to one relation', 469 => 'Subresource support::Get a non existent subresource', 470 => 'Subresource support::Get recursive subresource one to many relation', 471 => 'Subresource support::Get the subresource relation collection', 472 => 'Subresource support::Get filtered embedded relation subresource collection', 473 => 'Subresource support::Get the subresource relation item', 474 => 'Subresource support::Create a dummy with a relation that is a subresource', 475 => 'Subresource support::Get the embedded relation subresource item at the third level', 476 => 'Subresource support::Get the embedded relation subresource item at the fourth level', 477 => 'Subresource support::Get offers subresource from aggregate offers subresource', 478 => 'Subresource support::The recipient of the person\'s greetings should be empty', 479 => 'Subresource support::Recursive resource', 480 => 'Subresource support::The OneToOne subresource should be accessible from owned side', 481 => 'Subresource support::The OneToOne subresource should be accessible from owning side', 482 => 'Table inheritance::Create a table inherited resource', 483 => 'Table inheritance::Get the parent entity collection', 484 => 'Table inheritance::Some children not api resources are created in the app', 485 => 'Table inheritance::Create a different table inherited resource', 486 => 'Table inheritance::Get related entity with multiple inherited children types', 487 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 488 => 'Table inheritance::Get the parent interface collection', 489 => 'Table inheritance::Get an interface resource item', 490 => 'Table inheritance::Generate iri from parent resource', 491 => 'Table inheritance::Generate iri from current resource even if parent class is a resource', 492 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode:id |', 493 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode%3Aid |', 494 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%25encode:id |', 495 => 'Allowing resource identifiers with characters that should be URL encoded::| /url_encoded_ids/%encode%3Aid |', 496 => 'Using uuid identifier on resource::Create a resource', 497 => 'Using uuid identifier on resource::Get a resource', 498 => 'Using uuid identifier on resource::Get a collection', 499 => 'Using uuid identifier on resource::Update a resource', 500 => 'Using uuid identifier on resource::Create a resource with custom id generator', 501 => 'Using uuid identifier on resource::Delete a resource', 502 => 'Using uuid identifier on resource::Retrieve a resource identified by Ramsey\\Uuid\\Uuid', 503 => 'Using uuid identifier on resource::Delete a resource identified by a Ramsey\\Uuid\\Uuid', 504 => 'Using uuid identifier on resource::Retrieve a resource identified by a bad Ramsey\\Uuid\\Uuid', 505 => 'Using uuid identifier on resource::Create a resource identified by Ramsey\\Uuid\\Uuid', 506 => 'Using validations groups::Create a resource', 507 => 'Using validations groups::Create a resource with validation', 508 => 'Using validations groups::Create a resource with validation group sequence', 509 => 'Mercure discovery support::Checks that the Mercure Link is added', 510 => 'Mercure discovery support::Checks that the Mercure Link is not added on endpoints where updates are not dispatched', 511 => 'Documentation support::Retrieve the OpenAPI documentation', 512 => 'Documentation support::Retrieve the Swagger documentation', 513 => 'Documentation support::OpenAPI UI is enabled for docs endpoint', 514 => 'Documentation support::OpenAPI UI is enabled for an arbitrary endpoint', 515 => 'Push relations using HTTP/2::Push the relations of a collection of items', 516 => 'Push relations using HTTP/2::Push the relations of an item', 517 => 'Send security header::API responses must always contain security headers', 518 => 'Send security header::Exceptions responses must always contain security headers', 519 => 'Send security header::Error validation responses must always contain security headers', 520 => 'Handle properly invalid data submitted to the API::Create a resource', 521 => 'Handle properly invalid data submitted to the API::Create a resource without a required property with a strongly-typed setter', 522 => 'Handle properly invalid data submitted to the API::Create a resource with wrong value type for relation', 523 => 'Handle properly invalid data submitted to the API::Ignore invalid dates', 524 => 'Handle properly invalid data submitted to the API::Send non-array data when an array is expected', 525 => 'Handle properly invalid data submitted to the API::Send an object where an array is expected', 526 => 'Handle properly invalid data submitted to the API::Send a scalar having the bad type', 527 => 'Handle properly invalid data submitted to the API::According to the JSON spec, allow numbers without explicit floating point for JSON formats', 528 => 'Ignore unknown attributes::Create a resource', 529 => 'Validate incoming content type::Send a document with a not supported content-type', 530 => 'Validate response types::Send a document without content-type', 531 => 'Validate response types::Requesting a different format in the Accept header and in the URL should error', 532 => 'Validate response types::Sending an invalid Accept header should error', 533 => 'Validate response types::Requesting an invalid format in the URL should throw an error', 534 => 'Validate response types::Requesting an invalid format in the Accept header and in the URL should throw an error', 535 => 'Resource with constructor deserializable::post a resource built with constructor', 536 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo without overriding', 537 => 'Filter with serialization groups on items and collections::Get a collection of resources by group dummy_foo with overriding', 538 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and without overriding', 539 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux and with overriding', 540 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux, without overriding and with whitelist', 541 => 'Filter with serialization groups on items and collections::Get a collection of resources by groups dummy_foo, dummy_qux with overriding and with whitelist', 542 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and without overriding', 543 => 'Filter with serialization groups on items and collections::Get a collection of resources by group empty and with overriding', 544 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo without overriding', 545 => 'Filter with serialization groups on items and collections::Get a resource by group dummy_foo with overriding', 546 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding', 547 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding', 548 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and without overriding and with whitelist', 549 => 'Filter with serialization groups on items and collections::Get a resource by groups dummy_foo, dummy_qux and with overriding and with whitelist', 550 => 'Filter with serialization groups on items and collections::Get a resource by group empty and without overriding', 551 => 'Filter with serialization groups on items and collections::Get a resource by group empty and with overriding', 552 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and without overriding', 553 => 'Filter with serialization groups on items and collections::Create a resource by group dummy_foo and with overriding', 554 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and without overriding', 555 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy_foo, dummy_baz, dummy_qux and with overriding', 556 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding', 557 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz and with overriding', 558 => 'Filter with serialization groups on items and collections::Create a resource by group empty and without overriding', 559 => 'Filter with serialization groups on items and collections::Create a resource by group empty and with overriding', 560 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, without overriding and with whitelist', 561 => 'Filter with serialization groups on items and collections::Create a resource by groups dummy, dummy_baz, with overriding and with whitelist', 562 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes id, foo and bar', 563 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar, group.baz and group.qux', 564 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes foo, bar', 565 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes bar not allowed', 566 => 'Filter with serialization attributes on items and collections::Get a collection of resources by attributes empty', 567 => 'Filter with serialization attributes on items and collections::Get a resource by attributes id, foo and bar', 568 => 'Filter with serialization attributes on items and collections::Get a resource by attributes foo, bar, group.baz and group.qux', 569 => 'Filter with serialization attributes on items and collections::Get a resource by attributes empty', 570 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo and bar', 571 => 'Filter with serialization attributes on items and collections::Create a resource by attributes foo, bar, group.foo, group.baz and group.qux', 572 => 'Value object as ApiResource::Create Value object resource', 573 => 'Value object as ApiResource::Create Value object with IRI and nullable parameter', 574 => 'Value object as ApiResource::Update Value object with writable and non writable property', 575 => 'Value object as ApiResource::Create Value object without required params', 576 => 'Value object as ApiResource::Create Value object without default param', 577 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation', 578 => 'Documentation support::Swagger UI is enabled for docs endpoint', 579 => 'Documentation support::Swagger UI is enabled for an arbitrary endpoint', 580 => 'Documentation support::Retrieve the Swagger/OpenAPI documentation with API Gateway compatibility', ), 44 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 45 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 47 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 48 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 54 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 55 => array ( ), 56 => array ( ), 59 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 60 => array ( ), 63 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 64 => array ( ), 67 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 68 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 3 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 8 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 9 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 10 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 11 => 'GraphQL collection support::Retrieve a collection using name converter', 12 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 13 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 14 => 'Collections filtering::Retrieve a collection filtered using the date filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter', 16 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 17 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 18 => 'Collections filtering::Retrieve a collection ordered using nested properties', 19 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 20 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 21 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 22 => 'GraphQL DTO input and output::Create an item with custom input and output', 23 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 24 => 'GraphQL introspection support::Introspect the GraphQL schema', 25 => 'GraphQL introspection support::Introspect an Iterable type field', 26 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 27 => 'GraphQL mutation support::Create an item with a subresource', 28 => 'GraphQL mutation support::Create an item with an iterable field', 29 => 'GraphQL mutation support::Modify an item through a mutation', 30 => 'GraphQL mutation support::Trigger a validation error', 31 => 'GraphQL query support::Execute a basic GraphQL query', 32 => 'GraphQL query support::Retrieve a Relay Node', 33 => 'GraphQL query support::Retrieve an item with an iterable field', 34 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 35 => 'GraphQL query support::Run a specific operation through a GraphQL query', 36 => 'GraphQL query support::Fetch only the internal id', 37 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 39 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 40 => 'GraphQL subscription support::Subscribe to updates', 41 => 'GraphQL type support::Use a custom type for a field', 42 => 'GraphQL type support::Use a custom type for an input field', 43 => 'GraphQL type support::Use a custom type for a query variable', 44 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 45 => 'Documentation support::Retrieve the API vocabulary', 46 => 'JSON DTO input and output::Request a password reset', 47 => 'JSON DTO input and output::Request a password reset for a non-existent user', 48 => 'JSON-LD DTO input and output::Use DTO with relations on User', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 50 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 51 => 'JSON-LD using interface as resource::Retrieve a taxon', 52 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 53 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 54 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 55 => 'Relations support::Issue #1222', 56 => 'Table inheritance::Some children not api resources are created in the app', 57 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 58 => 'Table inheritance::Get the parent interface collection', 59 => 'Table inheritance::Get an interface resource item', 60 => 'Documentation support::Retrieve the OpenAPI documentation', ), 69 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', 1 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 2 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 3 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 8 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 9 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 10 => 'GraphQL collection support::Retrieve a collection using name converter', 11 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 12 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 13 => 'Collections filtering::Retrieve a collection filtered using the date filter', 14 => 'Collections filtering::Retrieve a collection filtered using the search filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 16 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 17 => 'Collections filtering::Retrieve a collection ordered using nested properties', 18 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 19 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 20 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 21 => 'GraphQL DTO input and output::Create an item with custom input and output', 22 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 23 => 'GraphQL introspection support::Introspect the GraphQL schema', 24 => 'GraphQL introspection support::Introspect an Iterable type field', 25 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 26 => 'GraphQL mutation support::Create an item with a subresource', 27 => 'GraphQL mutation support::Create an item with an iterable field', 28 => 'GraphQL mutation support::Modify an item through a mutation', 29 => 'GraphQL mutation support::Trigger a validation error', 30 => 'GraphQL query support::Execute a basic GraphQL query', 31 => 'GraphQL query support::Retrieve a Relay Node', 32 => 'GraphQL query support::Retrieve an item with an iterable field', 33 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 34 => 'GraphQL query support::Run a specific operation through a GraphQL query', 35 => 'GraphQL query support::Fetch only the internal id', 36 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 37 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 39 => 'GraphQL subscription support::Subscribe to updates', 40 => 'GraphQL type support::Use a custom type for a field', 41 => 'GraphQL type support::Use a custom type for an input field', 42 => 'GraphQL type support::Use a custom type for a query variable', 43 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 44 => 'Documentation support::Retrieve the API vocabulary', 45 => 'JSON DTO input and output::Request a password reset', 46 => 'JSON DTO input and output::Request a password reset for a non-existent user', 47 => 'JSON-LD DTO input and output::Use DTO with relations on User', 48 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 50 => 'JSON-LD using interface as resource::Retrieve a taxon', 51 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 52 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 53 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 54 => 'Relations support::Issue #1222', 55 => 'Table inheritance::Some children not api resources are created in the app', 56 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 57 => 'Table inheritance::Get the parent interface collection', 58 => 'Table inheritance::Get an interface resource item', 59 => 'Documentation support::Retrieve the OpenAPI documentation', ), 72 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 82 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', 1 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 2 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 3 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 8 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 9 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 10 => 'GraphQL collection support::Retrieve a collection using name converter', 11 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 12 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 13 => 'Collections filtering::Retrieve a collection filtered using the date filter', 14 => 'Collections filtering::Retrieve a collection filtered using the search filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 16 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 17 => 'Collections filtering::Retrieve a collection ordered using nested properties', 18 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 19 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 20 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 21 => 'GraphQL DTO input and output::Create an item with custom input and output', 22 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 23 => 'GraphQL introspection support::Introspect the GraphQL schema', 24 => 'GraphQL introspection support::Introspect an Iterable type field', 25 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 26 => 'GraphQL mutation support::Create an item with a subresource', 27 => 'GraphQL mutation support::Create an item with an iterable field', 28 => 'GraphQL mutation support::Modify an item through a mutation', 29 => 'GraphQL mutation support::Trigger a validation error', 30 => 'GraphQL query support::Execute a basic GraphQL query', 31 => 'GraphQL query support::Retrieve a Relay Node', 32 => 'GraphQL query support::Retrieve an item with an iterable field', 33 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 34 => 'GraphQL query support::Run a specific operation through a GraphQL query', 35 => 'GraphQL query support::Fetch only the internal id', 36 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 37 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 39 => 'GraphQL subscription support::Subscribe to updates', 40 => 'GraphQL type support::Use a custom type for a field', 41 => 'GraphQL type support::Use a custom type for an input field', 42 => 'GraphQL type support::Use a custom type for a query variable', 43 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 44 => 'Documentation support::Retrieve the API vocabulary', 45 => 'JSON DTO input and output::Request a password reset', 46 => 'JSON DTO input and output::Request a password reset for a non-existent user', 47 => 'JSON-LD DTO input and output::Use DTO with relations on User', 48 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 50 => 'JSON-LD using interface as resource::Retrieve a taxon', 51 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 52 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 53 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 54 => 'Relations support::Issue #1222', 55 => 'Table inheritance::Some children not api resources are created in the app', 56 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 57 => 'Table inheritance::Get the parent interface collection', 58 => 'Table inheritance::Get an interface resource item', 59 => 'Documentation support::Retrieve the OpenAPI documentation', ), 83 => array ( ), 86 => array ( 0 => 'Authorization checking::An authenticated user retrieve a secured resource', 1 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 2 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 3 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 4 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 5 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 6 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 7 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 8 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 9 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 10 => 'GraphQL collection support::Retrieve a collection using name converter', 11 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 12 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 13 => 'Collections filtering::Retrieve a collection filtered using the date filter', 14 => 'Collections filtering::Retrieve a collection filtered using the search filter', 15 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 16 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 17 => 'Collections filtering::Retrieve a collection ordered using nested properties', 18 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 19 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 20 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 21 => 'GraphQL DTO input and output::Create an item with custom input and output', 22 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 23 => 'GraphQL introspection support::Introspect the GraphQL schema', 24 => 'GraphQL introspection support::Introspect an Iterable type field', 25 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 26 => 'GraphQL mutation support::Create an item with a subresource', 27 => 'GraphQL mutation support::Create an item with an iterable field', 28 => 'GraphQL mutation support::Modify an item through a mutation', 29 => 'GraphQL mutation support::Trigger a validation error', 30 => 'GraphQL query support::Execute a basic GraphQL query', 31 => 'GraphQL query support::Retrieve a Relay Node', 32 => 'GraphQL query support::Retrieve an item with an iterable field', 33 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 34 => 'GraphQL query support::Run a specific operation through a GraphQL query', 35 => 'GraphQL query support::Fetch only the internal id', 36 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 37 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 38 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 39 => 'GraphQL subscription support::Subscribe to updates', 40 => 'GraphQL type support::Use a custom type for a field', 41 => 'GraphQL type support::Use a custom type for an input field', 42 => 'GraphQL type support::Use a custom type for a query variable', 43 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 44 => 'Documentation support::Retrieve the API vocabulary', 45 => 'JSON DTO input and output::Request a password reset', 46 => 'JSON DTO input and output::Request a password reset for a non-existent user', 47 => 'JSON-LD DTO input and output::Use DTO with relations on User', 48 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous result', 49 => 'JSON-LD DTO input and output::Use messenger with an input where the handler gives a synchronous Response result', 50 => 'JSON-LD using interface as resource::Retrieve a taxon', 51 => 'JSON-LD using interface as resource::Retrieve a product with a main taxon', 52 => 'JSON-LD non-resource handling::Get a resource containing a raw object', 53 => 'JSON-LD non-resource handling::Create a resource that has a non-resource relation.', 54 => 'Relations support::Issue #1222', 55 => 'Table inheritance::Some children not api resources are created in the app', 56 => 'Table inheritance::Get the parent entity collection which contains multiple inherited children type', 57 => 'Table inheritance::Get the parent interface collection', 58 => 'Table inheritance::Get an interface resource item', 59 => 'Documentation support::Retrieve the OpenAPI documentation', ), 91 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 93 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 94 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 95 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 96 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 97 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 98 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 99 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 101 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 102 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', ), 106 => array ( ), 107 => array ( ), 108 => array ( ), 111 => array ( ), 119 => array ( ), 120 => array ( ), 122 => array ( ), 123 => array ( ), 126 => array ( ), 127 => array ( ), 130 => array ( ), 132 => array ( ), ), '/home/runner/work/core/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php' => array ( 29 => array ( 0 => 'Authorization checking::An anonymous user retrieves a secured resource', 1 => 'Authorization checking::An authenticated user retrieve a secured resource', 2 => 'Authorization checking::Data provider that\'s return generator has null previous object', 3 => 'Authorization checking::A standard user cannot create a secured resource', 4 => 'Authorization checking::An admin can create a secured resource', 5 => 'Authorization checking::An admin can create another secured resource', 6 => 'Authorization checking::A user cannot retrieve an item they doesn\'t own', 7 => 'Authorization checking::A user can retrieve an item they owns', 8 => 'Authorization checking::A user can\'t assign to themself an item they doesn\'t own', 9 => 'Authorization checking::A user can update an item they owns and transfer it', 10 => 'Authorization checking::An admin retrieves a resource with an admin only viewable property', 11 => 'Authorization checking::A user retrieves a resource with an admin only viewable property', 12 => 'Authorization checking::An admin can create a secured resource with a secured Property', 13 => 'Authorization checking::A user cannot update a secured property', 14 => 'Boolean filter on collections::Get collection by dummyBoolean true', 15 => 'Boolean filter on collections::Get collection by dummyBoolean false', 16 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean true', 17 => 'Boolean filter on collections::Get collection by embeddedDummy.dummyBoolean false', 18 => 'Boolean filter on collections::Get collection by association with embed relatedDummy.embeddedDummy.dummyBoolean true', 19 => 'Boolean filter on collections::Get collection filtered by non valid properties', 20 => 'Boolean filter on collections::Get collection filtered using a name converter', 21 => 'Date filter on collections::Get collection filtered by date', 22 => 'Date filter on collections::Search for entities within a range', 23 => 'Date filter on collections::Search for entities within an impossible range', 24 => 'Date filter on collections::Get collection filtered by association date', 25 => 'Date filter on collections::Get collection filtered by date that is not a datetime', 26 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null after', 27 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before', 28 => 'Date filter on collections::Get collection filtered by date that is not a datetime including null before and after', 29 => 'Date filter on collections::Get collection filtered by date that is an immutable date variant', 30 => 'Date filter on collections::Get collection filtered by embedded date', 31 => 'Date filter on collections::Get collection filtered using a name converter', 32 => 'Exists filter on collections::Get collection where a property does not exist', 33 => 'Exists filter on collections::Get collection where a property does exist', 34 => 'Exists filter on collections::Use exists filter with a empty relation collection', 35 => 'Exists filter on collections::Use exists filter with a non empty relation collection', 36 => 'Exists filter on collections::Get collection filtered using a name converter', 37 => 'Multiple filters on collections::Get collection filtered by multiple parameters', 38 => 'Numeric filter on collections::Get collection by dummyPrice=9.99', 39 => 'Numeric filter on collections::Get collection by multiple dummyPrice', 40 => 'Numeric filter on collections::Get collection by non-numeric dummyPrice=marty', 41 => 'Numeric filter on collections::Get collection filtered using a name converter', 42 => 'Order filter on collections::Get collection ordered in ascending order on an integer property and on which order filter has been enabled in whitelist mode', 43 => 'Order filter on collections::Get collection ordered in descending order on an integer property and on which order filter has been enabled in whitelist mode', 44 => 'Order filter on collections::Get collection ordered in ascending order on a string property and on which order filter has been enabled in whitelist mode', 45 => 'Order filter on collections::Get collection ordered in descending order on a string property and on which order filter has been enabled in whitelist mode', 46 => 'Order filter on collections::Get collection ordered by default configured order on a string property and on which order filter has been enabled in whitelist mode with default descending order', 47 => 'Order filter on collections::Get collection ordered collection on several property keep the order', 48 => 'Order filter on collections::Get collection ordered in ascending order on an association and on which order filter has been enabled in whitelist mode', 49 => 'Order filter on collections::Get collection ordered in ascending order on an embedded and on which order filter has been enabled in whitelist mode', 50 => 'Order filter on collections::Get collection ordered by default configured order on a embedded string property and on which order filter has been enabled in whitelist mode with default descending order', 51 => 'Order filter on collections::Get a collection even if the order parameter is not well-formed', 52 => 'Order filter on collections::Get collection ordered by a non valid properties and on which order filter has been enabled in whitelist mode', 53 => 'Order filter on collections::Get collection ordered in descending order on a related property', 54 => 'Order filter on collections::Get collection filtered using a name converter', 55 => 'Range filter on collections::Get collection filtered by range (between)', 56 => 'Range filter on collections::Get collection filtered by range (between the same values)', 57 => 'Range filter on collections::Filter by range (between) with invalid format', 58 => 'Range filter on collections::Filter for entities by range (less than)', 59 => 'Range filter on collections::Filter for entities by range (less than or equal)', 60 => 'Range filter on collections::Filter for entities by range (greater than)', 61 => 'Range filter on collections::Filter for entities by range (greater than or equal)', 62 => 'Range filter on collections::Filter for entities by range (greater than and less than)', 63 => 'Range filter on collections::Filter for entities within an impossible range', 64 => 'Range filter on collections::Get collection filtered using a name converter', 65 => 'Search filter on collections::Test ManyToMany with filter on join table', 66 => 'Search filter on collections::Test #944', 67 => 'Search filter on collections::Search collection by name (partial)', 68 => 'Search filter on collections::Search collection by name (partial multiple values)', 69 => 'Search filter on collections::Search collection by name (partial case insensitive)', 70 => 'Search filter on collections::Search collection by alias (start)', 71 => 'Search filter on collections::Search collection by alias (start multiple values)', 72 => 'Search filter on collections::Search collection by description (word_start)', 73 => 'Search filter on collections::Search collection by description (word_start multiple values)', 74 => 'Search filter on collections::Search for entities within an impossible range', 75 => 'Search filter on collections::Search for entities with an existing collection route name', 76 => 'Search filter on collections::Search related collection by name', 77 => 'Search filter on collections::Search by related collection id', 78 => 'Search filter on collections::Get collection by id equals 9.99 which is not possible', 79 => 'Search filter on collections::Get collection by id 10', 80 => 'Search filter on collections::Get collection ordered by a non valid properties', 81 => 'Search filter on collections::Search at third level', 82 => 'Search filter on collections::Search at fourth level', 83 => 'Search filter on collections::Search collection on a property using a name converted', 84 => 'Search filter on collections::Search collection on a property using a nested name converted', 85 => 'Validate filters based upon filter description::Required filter should not throw an error if set', 86 => 'Validate filters based upon filter description::Required filter that does not allow empty value should throw an error if empty', 87 => 'Validate filters based upon filter description::Required filter should throw an error if not set', 88 => 'Validate filters based upon filter description::Test filter bounds: maximum', 89 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMaximum', 90 => 'Validate filters based upon filter description::Test filter bounds: minimum', 91 => 'Validate filters based upon filter description::Test filter bounds: exclusiveMinimum', 92 => 'Validate filters based upon filter description::Test filter bounds: max length', 93 => 'Validate filters based upon filter description::Do not throw an error if value is not an array', 94 => 'Validate filters based upon filter description::Test filter bounds: min length', 95 => 'Validate filters based upon filter description::Test filter pattern', 96 => 'Validate filters based upon filter description::Test filter enum', 97 => 'Validate filters based upon filter description::Test filter multipleOf', 98 => 'Validate filters based upon filter description::Test filter array items csv format minItems', 99 => 'Validate filters based upon filter description::Test filter array items csv format maxItems', 100 => 'Validate filters based upon filter description::Test filter array items tsv format minItems', 101 => 'Validate filters based upon filter description::Test filter array items pipes format minItems', 102 => 'Validate filters based upon filter description::Test filter array items ssv format minItems', 103 => 'Validate filters based upon filter description::Test filter array items unique items', 104 => 'Set properties to include::Test properties filter', 105 => 'Set properties to include::Test relation embedding', 106 => 'Authorization checking::An anonymous user tries to retrieve a secured item', 107 => 'Authorization checking::An anonymous user tries to retrieve a secured collection', 108 => 'Authorization checking::An admin can retrieve a secured collection', 109 => 'Authorization checking::An anonymous user cannot retrieve a secured collection', 110 => 'Authorization checking::An anonymous user tries to create a resource they are not allowed to', 111 => 'GraphQL collection support::Retrieve a collection through a GraphQL query', 112 => 'GraphQL collection support::Retrieve an nonexistent collection through a GraphQL query', 113 => 'GraphQL collection support::Retrieve a collection with a nested collection through a GraphQL query', 114 => 'GraphQL collection support::Retrieve a collection and an item through a GraphQL query', 115 => 'GraphQL collection support::Retrieve a specific number of items in a collection through a GraphQL query', 116 => 'GraphQL collection support::Retrieve a specific number of items in a nested collection through a GraphQL query', 117 => 'GraphQL collection support::Paginate through collections through a GraphQL query', 118 => 'GraphQL collection support::Paginate backwards through collections through a GraphQL query', 119 => 'GraphQL collection support::Retrieve a collection with pagination disabled', 120 => 'GraphQL collection support::Custom collection query', 121 => 'GraphQL collection support::Custom collection query with read and serialize set to false', 122 => 'GraphQL collection support::Custom collection query with custom arguments', 123 => 'GraphQL collection support::Retrieve an item with composite primitive identifiers through a GraphQL query', 124 => 'GraphQL collection support::Retrieve an item with composite identifiers through a GraphQL query', 125 => 'GraphQL collection support::Retrieve a collection using name converter', 126 => 'GraphQL collection support::Retrieve a collection with different serialization groups for item_query and collection_query', 127 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination', 128 => 'GraphQL collection support::Retrieve a paginated collection using page-based pagination and client-defined limit', 129 => 'Collections filtering::Retrieve a collection filtered using the boolean filter', 130 => 'Collections filtering::Retrieve a collection filtered using the exists filter', 131 => 'Collections filtering::Retrieve a collection filtered using the date filter', 132 => 'Collections filtering::Retrieve a collection filtered using the search filter', 133 => 'Collections filtering::Retrieve a collection filtered using the search filter and a name converter', 134 => 'Collections filtering::Use a filter of a nested collection', 135 => 'Collections filtering::Retrieve a collection filtered using the related search filter', 136 => 'Collections filtering::Retrieve a collection ordered using nested properties', 137 => 'Collections filtering::Retrieve a collection ordered correctly given the order of the argument', 138 => 'Collections filtering::Retrieve a collection filtered using the related search filter with two values and exact strategy', 139 => 'GraphQL DTO input and output::Retrieve an Output with GraphQL', 140 => 'GraphQL DTO input and output::Create an item with custom input and output', 141 => 'GraphQL DTO input and output::Create an item using custom inputClass & disabled outputClass', 142 => 'GraphQL DTO input and output::Cannot create an item with input fields using disabled inputClass', 143 => 'GraphQL DTO input and output::Use messenger with GraphQL and an input where the handler gives a synchronous result', 144 => 'GraphQL introspection support::Execute an empty GraphQL query', 145 => 'GraphQL introspection support::Introspect the GraphQL schema', 146 => 'GraphQL introspection support::Introspect types', 147 => 'GraphQL introspection support::Introspect types with different serialization groups for item_query and collection_query', 148 => 'GraphQL introspection support::Introspect deprecated queries', 149 => 'GraphQL introspection support::Introspect deprecated mutations', 150 => 'GraphQL introspection support::Introspect a deprecated field', 151 => 'GraphQL introspection support::Retrieve the Relay\'s node interface', 152 => 'GraphQL introspection support::Retrieve the Relay\'s node field', 153 => 'GraphQL introspection support::Introspect an Iterable type field', 154 => 'GraphQL introspection support::Retrieve entity - using serialization groups - fields', 155 => 'GraphQL introspection support::Retrieve nested mutation payload data fields', 156 => 'GraphQL introspection support::Retrieve a type name through a GraphQL query', 157 => 'GraphQL introspection support::Introspect a type available only through relations', 158 => 'GraphQL mutation support::Introspect types', 159 => 'GraphQL mutation support::Create an item', 160 => 'GraphQL mutation support::Create an item without a clientMutationId', 161 => 'GraphQL mutation support::Create an item with a subresource', 162 => 'GraphQL mutation support::Create an item with an iterable field', 163 => 'GraphQL mutation support::Delete an item through a mutation', 164 => 'GraphQL mutation support::Trigger an error trying to delete item of different resource', 165 => 'GraphQL mutation support::Delete an item with composite identifiers through a mutation', 166 => 'GraphQL mutation support::Modify an item through a mutation', 167 => 'GraphQL mutation support::Modify an item with composite identifiers through a mutation', 168 => 'GraphQL mutation support::Create an item with a custom UUID', 169 => 'GraphQL mutation support::Update an item with a custom UUID', 170 => 'GraphQL mutation support::Use serialization groups', 171 => 'GraphQL mutation support::Trigger a validation error', 172 => 'GraphQL mutation support::Execute a custom mutation', 173 => 'GraphQL mutation support::Execute a not persisted custom mutation (resolver returns null)', 174 => 'GraphQL mutation support::Execute a not persisted custom mutation (write set to false) with custom result', 175 => 'GraphQL mutation support::Execute a custom mutation with read, deserialize, validate and serialize set to false', 176 => 'GraphQL mutation support::Execute a custom mutation with custom arguments', 177 => 'GraphQL mutation support::Uploading a file with a custom mutation', 178 => 'GraphQL mutation support::Uploading multiple files with a custom mutation', 179 => 'GraphQL query support::Execute a basic GraphQL query', 180 => 'GraphQL query support::Retrieve a Relay Node', 181 => 'GraphQL query support::Retrieve an item with an iterable field', 182 => 'GraphQL query support::Retrieve an item through a GraphQL query with variables', 183 => 'GraphQL query support::Run a specific operation through a GraphQL query', 184 => 'GraphQL query support::Use serialization groups', 185 => 'GraphQL query support::Query a serialized name', 186 => 'GraphQL query support::Fetch only the internal id', 187 => 'GraphQL query support::Retrieve an nonexistent item through a GraphQL query', 188 => 'GraphQL query support::Retrieve an nonexistent IRI through a GraphQL query', 189 => 'GraphQL query support::Use outputClass instead of resource class through a GraphQL query', 190 => 'GraphQL query support::Disable outputClass leads to an empty response through a GraphQL query', 191 => 'GraphQL query support::Custom not retrieved item query', 192 => 'GraphQL query support::Custom item query with read and serialize set to false', 193 => 'GraphQL query support::Custom item query', 194 => 'GraphQL query support::Custom item query with custom arguments', 195 => 'GraphQL query support::Retrieve an item with different serialization groups for item_query and collection_query', 196 => 'GraphQL schema-related features::Export the GraphQL schema in SDL', 197 => 'GraphQL schema-related features::Export the GraphQL schema in SDL with comment descriptions', 198 => 'GraphQL subscription support::Introspect subscription type', 199 => 'GraphQL subscription support::Subscribe to updates', 200 => 'GraphQL subscription support::Receive Mercure updates with different payloads from subscriptions', 201 => 'GraphQL type support::Use a custom type for a field', 202 => 'GraphQL type support::Use a custom type for an input field', 203 => 'GraphQL type support::Use a custom type for a query variable', 204 => 'GraphQL type support::Use a custom type for a query variable and use a bad value', 205 => 'IRI should contain Absolute URL::I should be able to GET a collection of Objects with Absolute Urls', 206 => 'IRI should contain Absolute URL::I should be able to POST an object using an Absolute Url', 207 => 'IRI should contain Absolute URL::I should be able to GET an Item with Absolute Urls', 208 => 'IRI should contain Absolute URL::I should be able to GET subresources with Absolute Urls', 209 => 'HAL Collections support::Retrieve an empty collection', 210 => 'HAL Collections support::Retrieve the first page of a collection', 211 => 'HAL Collections support::Retrieve a page of a collection', 212 => 'HAL Collections support::Retrieve the last page of a collection', 213 => 'HAL Collections support::Enable the partial pagination client side', 214 => 'HAL Collections support::Disable the pagination client side', 215 => 'HAL Collections support::Change the number of element by page client side', 216 => 'HAL Collections support::Filter with a raw URL', 217 => 'HAL Collections support::Filter with non-exact match', 218 => 'HAL Collections support::Allow passing 0 to `itemsPerPage`', 219 => 'HAL support::Retrieve the API entrypoint', 220 => 'HAL support::Create a third level', 221 => 'HAL support::Create a related dummy', 222 => 'HAL support::Create a dummy with relations', 223 => 'HAL support::Get a resource with relations', 224 => 'HAL support::Update a resource', 225 => 'HAL support::Embed a relation in a parent object', 226 => 'HAL support::Get the object with the embedded relation', 227 => 'HAL DTO input and output::Get an item with a custom output', 228 => 'HAL DTO input and output::Get a collection with a custom output', 229 => 'Max depth handling::Create a resource with 1 level of descendants', 230 => 'Max depth handling::Add a 2nd level of descendants', 231 => 'Max depth handling::Add a 2nd level of descendants when eager fetching is disabled', 232 => 'IRI should contain network path::I should be able to GET a collection of objects with network paths', 233 => 'IRI should contain network path::I should be able to POST an object using a network path', 234 => 'IRI should contain network path::I should be able to GET an Item with network paths', 235 => 'IRI should contain network path::I should be able to GET subresources with network paths', 236 => 'HAL non-resource handling::Get a resource containing a raw object', 237 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error', 238 => 'Error handling valid according to RFC 7807 (application/problem+json)::Get an error during deserialization of simple relation', 239 => 'Default values of HTTP cache headers::Cache headers default value', 240 => 'Cache invalidation through HTTP Cache tags::Create some embedded resources', 241 => 'Cache invalidation through HTTP Cache tags::Tags must be set for items', 242 => 'Cache invalidation through HTTP Cache tags::Create some more resources', 243 => 'Cache invalidation through HTTP Cache tags::Tags must be set for collections', 244 => 'Cache invalidation through HTTP Cache tags::Purge item on update', 245 => 'Cache invalidation through HTTP Cache tags::Purge item and the related collection on update', 246 => 'Cache invalidation through HTTP Cache tags::Create two Relation2', 247 => 'Cache invalidation through HTTP Cache tags::Embedded collection must be listed in cache tags', 248 => 'Cache invalidation through HTTP Cache tags::Create a Relation1', 249 => 'Cache invalidation through HTTP Cache tags::Update a Relation1', 250 => 'Cache invalidation through HTTP Cache tags::Create a Relation3 with many to many', 251 => 'Cache invalidation through HTTP Cache tags::Get a Relation3', 252 => 'Cache invalidation through HTTP Cache tags::Update a collection member only', 253 => 'Cache invalidation through HTTP Cache tags::Delete the collection owner', 254 => 'Collections support::Retrieve an empty collection', 255 => 'Collections support::Retrieve the first page of a collection', 256 => 'Collections support::Retrieve a page of a collection', 257 => 'Collections support::Retrieve the last page of a collection', 258 => 'Collections support::Enable the partial pagination client side', 259 => 'Collections support::Disable the pagination client side', 260 => 'Collections support::Change the number of element by page client side', 261 => 'Collections support::Test presence of next', 262 => 'Collections support::Filter with exact match', 263 => 'Collections support::Filter with a raw URL', 264 => 'Collections support::Filter with non-exact match', 265 => 'Collections support::Allow passing 0 to `itemsPerPage`', 266 => 'Collections support::Cursor-based pagination with an empty collection', 267 => 'Collections support::Cursor-based pagination with ranged items', 268 => 'Collections support::Cursor-based pagination with range filtered items', 269 => 'Documentation support::Checks that the Link pointing to the Hydra documentation is set', 270 => 'Documentation support::Retrieve the API vocabulary', 271 => 'Entrypoint support::Retrieve the Entrypoint', 272 => 'Error handling::Get an error', 273 => 'Error handling::Get an error during deserialization of simple relation', 274 => 'Error handling::Get an error during deserialization of collection', 275 => 'Error handling::Get an error because of an invalid JSON', 276 => 'Error handling::Get an error during update of an existing resource with a non-allowed update operation', 277 => 'Error handling::Populate database with related dummies. Check that id will be "/related_dummies/1"', 278 => 'Error handling::Do not get an error during update of an existing relation with a non-allowed update operation', 279 => 'JSON DTO input and output::Request a password reset', 280 => 'JSON DTO input and output::Request a password reset for a non-existent user', 281 => 'JSON relations support::Create a third level', 282 => 'JSON relations support::Create a new relation', 283 => 'JSON relations support::Update the relation with a new one', 284 => 'JSON relations support::Update an embedded relation using an IRI', 285 => 'JSON relations support::Update an embedded relation using plain identifiers', 286 => 'JSON relations support::Create a related dummy with a relation', 287 => 'JSON relations support::Passing a (valid) plain identifier on a relation', 288 => 'JSON API collections support::Correctly serialize a collection', 289 => 'JSON API error handli