File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
features/setup/multirepository Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ Feature: Multirepository setup for testing
88 connections:
99 default:
1010 url: 'mysql://INVALID:[email protected] /INVALID' 11+ server_version: '8.0'
12+ use_savepoints: true
1113 second_connection:
1214 url: '%env(resolve:DATABASE_URL)%'
15+ use_savepoints: true
1316 """
1417 Given I copy the configuration from "ibexa.repositories.default" to "ibexa.repositories.new_repository"
1518 And I append configuration to "ibexa.repositories.new_repository.storage"
@@ -20,6 +23,9 @@ Feature: Multirepository setup for testing
2023 """
2124 connection: second_connection
2225 """
26+ And I set configuration to "default" siteaccess
27+ | key | value |
28+ | repository | new_repository |
2329 And I set configuration to "admin_group" siteaccess
2430 | key | value |
2531 | repository | new_repository |
You can’t perform that action at this time.
0 commit comments