Skip to content

Commit abe48be

Browse files
[9.x] Update outdated PHPUnit link and add simple documentation about phpunit.dusk.xml (laravel#8268)
* Use operating system instead of operation system * Add XML Configration file docs * Clean up * Update dusk.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent a33d32d commit abe48be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dusk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ composer require --dev laravel/dusk
6565
> **Warning**
6666
> If you are manually registering Dusk's service provider, you should **never** register it in your production environment, as doing so could lead to arbitrary users being able to authenticate with your application.
6767
68-
After installing the Dusk package, execute the `dusk:install` Artisan command. The `dusk:install` command will create a `tests/Browser` directory, an example Dusk test, and install the Chrome Driver binary for your operation system:
68+
After installing the Dusk package, execute the `dusk:install` Artisan command. The `dusk:install` command will create a `tests/Browser` directory, an example Dusk test, and install the Chrome Driver binary for your operating system:
6969

7070
```shell
7171
php artisan dusk:install
@@ -179,7 +179,7 @@ If you had test failures the last time you ran the `dusk` command, you may save
179179
php artisan dusk:fails
180180
```
181181

182-
The `dusk` command accepts any argument that is normally accepted by the PHPUnit test runner, such as allowing you to only run the tests for a given [group](https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.group):
182+
The `dusk` command accepts any argument that is normally accepted by the PHPUnit test runner, such as allowing you to only run the tests for a given [group](https://phpunit.readthedocs.io/en/9.5/annotations.html#group):
183183

184184
```shell
185185
php artisan dusk --group=foo

0 commit comments

Comments
 (0)