Hm, that didn't work
This commit is contained in:
parent
c04754a17c
commit
e094beea72
2 changed files with 10 additions and 6 deletions
|
@ -10,9 +10,11 @@
|
|||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
- WebDriver
|
||||
- \Helper\Acceptance
|
||||
- Laravel5:
|
||||
part: ORM
|
||||
config:
|
||||
WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
|
|
|
@ -10,9 +10,11 @@
|
|||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
- WebDriver
|
||||
- \Helper\Acceptance
|
||||
- Laravel5:
|
||||
part: ORM
|
||||
config:
|
||||
WebDriver:
|
||||
url: 'http://localhost:8000'
|
||||
browser: 'phantomjs'
|
||||
|
|
Loading…
Add table
Reference in a new issue