Skip to content

Commit 5994d6e

Browse files
committed
Fix Travis build
1 parent 63ca539 commit 5994d6e

File tree

9 files changed

+2
-203
lines changed

9 files changed

+2
-203
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ With a elasticsearch server running, execute following command:
7979
$ bin/console fos:elastica:populate
8080
```
8181

82-
**Note:** if you are running it on production, add the `-e prod` flag to this command. Elastic are created with environment suffix.
82+
**Note:** If you are running it on production, add the `-e prod` flag to this command. Elastic are created with environment suffix.
8383

8484
## Usage
8585

behat.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default:
77
FriendsOfBehat\ContextServiceExtension:
88
imports:
99
- vendor/sylius/sylius/src/Sylius/Behat/Resources/config/services.xml
10-
- tests/Behat/Resources/services.xml
10+
- tests/Behat/Resources/services.yml
1111

1212
FriendsOfBehat\SymfonyExtension:
1313
kernel:

tests/Behat/Context/Ui/Shop/WelcomeContext.php

Lines changed: 0 additions & 80 deletions
This file was deleted.

tests/Behat/Page/Shop/DynamicWelcomePage.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

tests/Behat/Page/Shop/StaticWelcomePage.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

tests/Behat/Page/Shop/WelcomePageInterface.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/Behat/Resources/services.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/Behat/Resources/services.yml

Whitespace-only changes.

tests/Behat/Resources/suites.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
# Put your Behat suites definitions here
2-
3-
default:
4-
suites:
5-
greeting_customer:
6-
contexts_services:
7-
- acme_sylius_example.context.ui.shop.welcome
8-
9-
filters:
10-
tags: "@greeting_customer"

0 commit comments

Comments
 (0)