mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Run specs properly
This commit is contained in:
parent
d74e30d9ce
commit
26fa68262e
2 changed files with 2 additions and 4 deletions
|
|
@ -34,8 +34,8 @@ script:
|
|||
- bin/behat --no-snippets --no-paths --verbose -p frontend
|
||||
- php -d memory_limit=1024M bin/behat --no-snippets --no-paths --verbose -p backend
|
||||
# - bin/behat --no-snippets --no-paths --verbose -p api
|
||||
- bin/phpspec run src/Sylius/Bundle/CoreBundle/spec -fpretty --verbose
|
||||
- bin/phpspec run src/Sylius/Bundle/WebBundle/spec -fpretty --verbose
|
||||
- cd src/Sylius/Bundle/CoreBundle/
|
||||
- ../../../../bin/phpspec run src/Sylius/Bundle/CoreBundle/spec -fpretty --verbose
|
||||
|
||||
notifications:
|
||||
email: "travis-ci@sylius.org"
|
||||
|
|
|
|||
|
|
@ -107,7 +107,6 @@ Feature: User account orders page
|
|||
|
||||
Examples:
|
||||
| order | state |
|
||||
| 000006 | Placed at |
|
||||
| 000007 | Ready since |
|
||||
|
||||
Scenario: Tracking an order that has been sent in its details page
|
||||
|
|
@ -122,7 +121,6 @@ Feature: User account orders page
|
|||
|
||||
Examples:
|
||||
| order | state |
|
||||
| 000006 | Placed at |
|
||||
| 000007 | Ready since |
|
||||
|
||||
Scenario: Checking that an invoice is available for an order that has been sent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue