Skip to content

Commit 41af732

Browse files
authored
[ibexa/test-fixtures] Added configuration recipe for 4.5 (#102)
1 parent 12d5fae commit 41af732

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"aliases": [],
3+
"bundles": {
4+
"Ibexa\\Bundle\\TestFixtures\\IbexaTestFixturesBundle": ["all"]
5+
},
6+
"copy-from-package": {
7+
"config/content.yaml": "%CONFIG_DIR%/packages/test_fixtures/content.yaml",
8+
"config/experience.yaml": "%CONFIG_DIR%/packages/test_fixtures/experience.yaml",
9+
"config/commerce.yaml": "%CONFIG_DIR%/packages/test_fixtures/commerce.yaml"
10+
},
11+
"add-lines": [
12+
{
13+
"file": "config/packages/ibexa.yaml",
14+
"content": "imports:",
15+
"position": "top",
16+
"requires": "ibexa/content"
17+
},
18+
{
19+
"file": "config/packages/ibexa.yaml",
20+
"position": "after_target",
21+
"target": "imports:",
22+
"content": " - { resource: test_fixtures/content.yaml }:",
23+
"requires": "ibexa/content"
24+
},
25+
{
26+
"file": "config/packages/ibexa.yaml",
27+
"position": "after_target",
28+
"target": "imports:",
29+
"content": " - { resource: test_fixtures/experience.yaml }:",
30+
"requires": "ibexa/experience"
31+
},
32+
{
33+
"file": "config/packages/ibexa.yaml",
34+
"position": "after_target",
35+
"target": "imports:",
36+
"content": " - { resource: test_fixtures/commerce.yaml }:",
37+
"requires": "ibexa/commerce"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)