Skip to content

Commit 82991d5

Browse files
committed
Update README with instructions on updating snapshots
1 parent 3d077fd commit 82991d5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Now make your changes, including unit tests and documentation (if appropriate).
10001000
everything is still working:
10011001

10021002
```bash
1003-
vendor/bin/phpunit -d --update-snapshots
1003+
vendor/bin/phpunit
10041004
```
10051005

10061006
Then commit the changes. [Fork the repository on GitHub](https://github.com/diglactic/laravel-breadcrumbs/fork) if you
@@ -1041,6 +1041,12 @@ Composer to use your repository instead of the default one.
10411041

10421042
To run the unit tests:
10431043

1044+
```bash
1045+
vendor/bin/phpunit
1046+
```
1047+
1048+
To run the unit tests and rebuild snapshots:
1049+
10441050
```bash
10451051
vendor/bin/phpunit -d --update-snapshots
10461052
```

0 commit comments

Comments
 (0)