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: modules:
enabled: enabled:
- WebDriver: - WebDriver:
url: 'https://localhost:8000' url: 'http://localhost:8000'
browser: 'phantomjs' browser: 'phantomjs'
- \Helper\Acceptance - \Helper\Acceptance
- Laravel5: - Laravel5:

View file

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