Skip to content

Commit ee6ba51

Browse files
committed
[ibexa/behat] Added recipes
1 parent 68b9b8d commit ee6ba51

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
monolog:
2+
handlers:
3+
travis:
4+
type: stream
5+
level: error
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ibexa.behat:
2+
resource: '@IbexaBehatBundle/Resources/config/routing.yaml'
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"aliases": [],
3+
"bundles": {
4+
"FriendsOfBehat\\SymfonyExtension\\Bundle\\FriendsOfBehatSymfonyExtensionBundle": ["test", "behat"],
5+
"Ibexa\\Bundle\\Behat\\IbexaBehatBundle": ["behat"]
6+
},
7+
"copy-from-package": {
8+
"behat_ibexa_oss.yaml": "behat_ibexa_oss.yaml",
9+
"behat_ibexa_content.yaml": "behat_ibexa_content.yaml",
10+
"behat_ibexa_experience.yaml": "behat_ibexa_experience.yaml",
11+
"behat_ibexa_commerce.yaml": "behat_ibexa_commerce.yaml"
12+
},
13+
"copy-from-recipe": {
14+
"config/": "%CONFIG_DIR%/"
15+
}
16+
}

0 commit comments

Comments
 (0)