https to http

This commit is contained in:
snipe 2016-04-13 02:47:10 -07:00
parent 0b71789274
commit c04754a17c
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ class_name: AcceptanceTester
modules:
enabled:
- WebDriver:
url: 'https://localhost:8000'
url: 'http://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance
- Laravel5:

View file

@ -11,7 +11,7 @@ class_name: AcceptanceTester
modules:
enabled:
- WebDriver:
url: 'https://localhost:8000'
url: 'http://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance
- Laravel5: