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 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,9 @@
class_name: AcceptanceTester class_name: AcceptanceTester
modules: modules:
enabled: enabled:
- WebDriver - WebDriver:
url: http://localhost:8000
browser: phantomjs
- \Helper\Acceptance - \Helper\Acceptance
config: - Laravel5:
WebDriver: part: ORM
url: 'http://localhost:8000'
browser: 'phantomjs'