Hm, that didn't work

This commit is contained in:
snipe 2016-04-13 02:50:56 -07:00
parent c04754a17c
commit e094beea72
2 changed files with 10 additions and 6 deletions

View file

@ -10,9 +10,11 @@
class_name: AcceptanceTester class_name: AcceptanceTester
modules: modules:
enabled: enabled:
- WebDriver: - WebDriver
url: 'http://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance - \Helper\Acceptance
- Laravel5: - Laravel5:
part: ORM part: ORM
config:
WebDriver:
url: 'http://localhost:8000'
browser: 'phantomjs'

View file

@ -10,9 +10,11 @@
class_name: AcceptanceTester class_name: AcceptanceTester
modules: modules:
enabled: enabled:
- WebDriver: - WebDriver
url: 'http://localhost:8000'
browser: 'phantomjs'
- \Helper\Acceptance - \Helper\Acceptance
- Laravel5: - Laravel5:
part: ORM part: ORM
config:
WebDriver:
url: 'http://localhost:8000'
browser: 'phantomjs'