Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit 40c2346

Browse files
committed
fix behat configuration #220
1 parent 2f900d6 commit 40c2346

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

behat.yml.dist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,20 @@ default:
1616
- behatch:context:table
1717
- behatch:context:xml
1818
extensions:
19-
Behat\MinkExtension\ServiceContainer\MinkExtension:
19+
Behat\MinkExtension:
2020
base_url: 'http://localhost:8080'
2121
files_path: 'tests/fixtures/files'
2222
goutte: ~
2323
selenium2: ~
2424
browser_name: 'chrome'
2525
sessions:
26+
default:
27+
goutte: ~
2628
symfony2:
2729
goutte: ~
2830
Behatch\Extension: ~
2931

3032
symfony2:
3133
extensions:
32-
Behat\MinkExtension\ServiceContainer\MinkExtension:
34+
Behat\MinkExtension:
3335
default_session: symfony2

0 commit comments

Comments
 (0)