Skip to content

Commit

Permalink
Configs. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Apr 13, 2016
1 parent d02423c commit 1a2e545
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions tests/_envs/testing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- WebDriver:
url: https://localhost:8000
browser: phantomjs
- \Helper\Acceptance
- Laravel5:
part: ORM
config:
WebDriver:
url: 'https://localhost:8000'
browser: 'phantomjs'
10 changes: 5 additions & 5 deletions tests/_envs/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- WebDriver:
url: https://localhost:8000
browser: phantomjs
- \Helper\Acceptance
config:
WebDriver:
url: 'https://localhost:8000'
browser: 'phantomjs'
- Laravel5:
part: ORM

0 comments on commit 1a2e545

Please sign in to comment.