Skip to content

Commit 97bc053

Browse files
committed
update the REST API Reference tester for 4.4.0-beta1
1 parent d22ef9b commit 97bc053

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/raml2html/src/Test/ReferenceTester.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ class ReferenceTester
1212

1313
public const DEFAULT_FILE_LIST = [
1414
'vendor/ibexa/rest/src/bundle/Resources/config/routing.yml',
15-
'vendor/ibexa/commerce-rest/src/bundle/Resources/config/routing.yaml',
15+
//'vendor/ibexa/commerce-rest/src/bundle/Resources/config/routing.yaml', // Removed as of 4.4
1616
// `find $dxpRoot/vendor/ibexa -name "routing_rest.y*ml"`
1717
//'vendor/ibexa/admin-ui/src/bundle/Resources/config/routing_rest.yaml',
1818
'vendor/ibexa/calendar/src/bundle/Resources/config/routing_rest.yaml',
19+
'vendor/ibexa/cart/src/bundle/Resources/config/routing_rest.yaml',
1920
'vendor/ibexa/connector-dam/src/bundle/Resources/config/routing_rest.yaml',
2021
'vendor/ibexa/personalization/src/bundle/Resources/config/routing_rest.yaml',
2122
'vendor/ibexa/product-catalog/src/bundle/Resources/config/routing_rest.yaml',
22-
//'vendor/ibexa/scheduler/src/bundle/Resources/config/routing_rest.yaml', // prefixed /api/datebasedpublisher/v1
23+
'vendor/ibexa/scheduler/src/bundle/Resources/config/routing_rest.yaml', // prefixed /api/datebasedpublisher/v1
24+
'vendor/ibexa/segmentation/src/bundle/Resources/config/routing_rest.yaml',
2325
'vendor/ibexa/taxonomy/src/bundle/Resources/config/routing_rest.yaml',
2426
];
2527

0 commit comments

Comments
 (0)