Skip to content

Commit

Permalink
Merge pull request #119 from ezsystems/change-configuration-key
Browse files Browse the repository at this point in the history
Changed configuration key to ezpublish from ezplatform
  • Loading branch information
micszo authored Dec 19, 2019
2 parents b2166b2 + eca357c commit c798904
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ matrix:
env: PHPUNIT_CONFIG='phpunit.xml'
- name: "BehatBundle examples"
php: 7.3
env: BEHAT_OPTS="--profile=behat --suite=examples"
env: BEHAT_OPTS="--mode=standard --profile=behat --suite=examples"
- name: "BehatBundle personas tests"
php: 7.3
env: BEHAT_OPTS="--mode=behat --profile=setup --suite=personas"
env: BEHAT_OPTS="--mode=standard --profile=setup --suite=personas"
- name: "AdminUI Modules tests"
php: 7.3
env:
-SETUP_BEHAT_OPTS="--mode=behat --profile=setup --suite=richtext_configuration"
-BEHAT_OPTS="--mode=behat --profile=adminui --suite=adminuimodules"
-SETUP_BEHAT_OPTS="--mode=standard --profile=setup --suite=richtext_configuration"
-BEHAT_OPTS="--mode=standard --profile=adminui --suite=adminuimodules"

git:
depth: 30
Expand Down
2 changes: 1 addition & 1 deletion features/examples/configuration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feature: Example scenarios showing how to set configuration
| languages | pol-PL |

Scenario: Configure Varnish as http cache
Given I set configuration to "ezplatform.http_cache"
Given I set configuration to "ezpublish.http_cache"
"""
purge_type: 'http'
"""
Expand Down

0 comments on commit c798904

Please sign in to comment.