Skip to content

Commit

Permalink
Move behat.yml to behat.yml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Inacio committed Jun 19, 2015
1 parent e3ad87d commit 5c99aad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ composer.phar
.buildpath
.project
.settings/

behat.yml
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_script:

# execute behat as the script command
script:
- php bin/behat -vv --profile $PROFILE --suite $TEST
- php bin/behat -c behat.yml.dist -vv --profile $PROFILE --suite $TEST

# disable mail notifications
notification:
Expand Down
8 changes: 5 additions & 3 deletions behat.yml → behat.yml.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file contains the default configuration for behat testing using EzSystems/BehatBundle

default:
extensions:
Behat\MinkExtension:
Expand Down Expand Up @@ -25,21 +27,21 @@ rest:
suites:
fullJson:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/Features ]
contexts:
contexts:
- eZ\Bundle\EzPublishRestBundle\Features\Context\RestContext:
url: http://localhost/api/ezp/v2/
driver: BuzzDriver
type: json
fullXml:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/Features ]
contexts:
contexts:
- eZ\Bundle\EzPublishRestBundle\Features\Context\RestContext:
url: http://localhost/api/ezp/v2/
driver: BuzzDriver
type: xml
guzzle:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/Features ]
contexts:
contexts:
- eZ\Bundle\EzPublishRestBundle\Features\Context\RestContext:
url: http://localhost/api/ezp/v2/
driver: GuzzleDriver
Expand Down

0 comments on commit 5c99aad

Please sign in to comment.