new ProductDefinition(),
new ProductOptionDefinition(),
new PropertyGroupOptionDefinition(),
new ProductPriceDefinition(),
new ProductCategoryDefinition(),
new CategoryDefinition(),
],
$this->
createMock(ValidatorInterface::
class),
$this->
createMock(EntityWriteGatewayInterface::
class) );
$this->requestCriteriaBuilder =
new RequestCriteriaBuilder( $aggregationParser,
new ApiCriteriaValidator($this->staticDefinitionRegistry
),
new CriteriaArrayConverter($aggregationParser),
);
} /**
* @return iterable<string, array{int|null, int|null, int|null, bool}>
*/
public static function maxApiLimitProvider(): iterable
{