Skip to content

Commit 93474c6

Browse files
authored
Merge pull request #276 from OskarStark/patch-1
added missing variable in README
2 parents 46404b0 + 34c54c8 commit 93474c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ use Behat\Mink\Mink,
2020

2121
use Selenium\Client as SeleniumClient;
2222

23+
$browser = 'firefox';
2324
$url = 'http://example.com';
2425

2526
$mink = new Mink(array(

0 commit comments

Comments
 (0)