Skip to content

Commit

Permalink
Updated codeception infrastructure: use extends, get rid of duplica…
Browse files Browse the repository at this point in the history
…ted configs
  • Loading branch information
SilverFire committed Jul 6, 2018
1 parent 9e375b3 commit d6b0d9e
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions tests/acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,5 @@

actor: AcceptanceTester
namespace: hipanel\modules\hosting\tests\_support
modules:
enabled:
- WebDriver:
url: '%URL%'
browser: '%BROWSER%'
- Yii2:
part: init
cleanup: false
configFile: '%YII2_CONFIG_LOCATION%'
- \hipanel\tests\_support\Helper\CredentialsProvider:
client.id: '%client.id%'
client.login: '%client.login%'
client.password: '%client.password%'
seller.id: '%seller.id%'
seller.login: '%seller.login%'
seller.password: '%seller.password%'
admin.id: '%admin.id%'
admin.login: '%admin.login%'
admin.password: '%admin.password%'
extends: '%COMMON_SUITE_LOCATION%'

0 comments on commit d6b0d9e

Please sign in to comment.