Skip to content

Commit

Permalink
Switched configs around a little
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Apr 13, 2016
1 parent 35cbf23 commit 0b71789
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions tests/_envs/testing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- \Helper\Acceptance
config:
WebDriver:
url: 'http://localhost:8000'
- WebDriver:
url: 'https://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance
- Laravel5:
part: ORM
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
- \Helper\Acceptance
config:
WebDriver:
url: 'http://localhost:8000'
- WebDriver:
url: 'https://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance
- Laravel5:
part: ORM
8 changes: 4 additions & 4 deletions tests/acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- \Helper\Acceptance
config:
WebDriver:
- WebDriver:
url: 'https://snipe-it.dev:1337'
browser: 'firefox'
- \Helper\Acceptance
- Laravel5:
part: ORM

0 comments on commit 0b71789

Please sign in to comment.