Configs. Again.

This commit is contained in:
snipe 2016-04-13 04:30:13 -07:00
parent d02423c1a5
commit 1a2e545748
2 changed files with 8 additions and 10 deletions

View file

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

View file

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