Skip to content

Commit 42af0d8

Browse files
authored
Merge branch 'master' into gearman
2 parents e608528 + 8f6fa0e commit 42af0d8

14 files changed

Lines changed: 531 additions & 219 deletions

File tree

.github/README.md

Lines changed: 0 additions & 98 deletions
This file was deleted.
128 KB
Loading
-69.9 KB
Binary file not shown.

DOCUMENTATION/content/guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ You could choose to use either:
345345
1. Chrome Driver shipped with Laravel Dusk. (Default)
346346
2. Chrome Driver installed in `workspace` container. (Required tweak on DuskTestCase class)
347347

348-
For Laravel 2.x, you need to update `DuskTestCase#prepare` method if you wish to go with option #2.
348+
For Laravel Dusk 2.x, you need to update `DuskTestCase#prepare` method if you wish to go with option #2.
349349

350350
```
351351
@@ -365,7 +365,7 @@ abstract class DuskTestCase extends BaseTestCase
365365
}
366366
```
367367

368-
For Laravel 1.x, you need to add `DuskTestCase#buildChromeProcess` method if you wish to go with option #2.
368+
For Laravel Dusk 1.x, you need to add `DuskTestCase#buildChromeProcess` method if you wish to go with option #2.
369369

370370
```
371371
<?php

0 commit comments

Comments
 (0)