Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
use env for local phantoman tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Apr 12, 2017
1 parent e01aff0 commit 8bd3f13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ coverage:
remote: true
c3_url: 'http://zed.de.project.local'
whitelist: { include: ['src/Pyz/*.php'] }

env:
phantoman:
extensions:
enabled:
- Codeception\Extension\Phantoman
config:
Codeception\Extension\Phantoman:
suites: ['Acceptance', 'ZedPresentation']

0 comments on commit 8bd3f13

Please sign in to comment.