Skip to content

Commit

Permalink
fix minor html issues (laravel#7609)
Browse files Browse the repository at this point in the history
  • Loading branch information
driade authored Jan 21, 2022
1 parent 2478a30 commit 2b19dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ The `reduce` method also passes array keys in associative collections to the giv
// 4264

<a name="method-reduce-many"></a>
#### `reduceMany()` {#collection-method}
#### `reduceMany()` {.collection-method}

The `reduceMany` method reduces the collection to an array of values, passing the results of each iteration into the subsequent iteration. This method is similar to the `reduce` method; however, it can accept multiple initial values:

Expand Down
6 changes: 3 additions & 3 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ _Improved `route:list` CLI output was contributed by [Nuno Maduro](https://githu
The `route:list` CLI output has been significantly improved for the Laravel 9.x release, offering a beautiful new experience when exploring your route definitions.

<p align="center">
<img src="https://user-images.githubusercontent.com/5457236/148321982-38c8b869-f188-4f42-a3cc-a03451d5216c.png">
<img src="https://user-images.githubusercontent.com/5457236/148321982-38c8b869-f188-4f42-a3cc-a03451d5216c.png"/>
</p>

<a name="test-coverage-support-on-artisan-test-Command"></a>
Expand All @@ -291,15 +291,15 @@ The Artisan `test` command has received a new `--coverage` option that you may u
The test coverage results will be displayed directly within the CLI output.

<p align="center">
<img width="100%" src="https://user-images.githubusercontent.com/5457236/150133237-440290c2-3538-4d8e-8eac-4fdd5ec7bd9e.png">
<img width="100%" src="https://user-images.githubusercontent.com/5457236/150133237-440290c2-3538-4d8e-8eac-4fdd5ec7bd9e.png"/>
</p>

In addition, if you would like to specify a minimum threshold that your test coverage percentage must meet, you may use the `--min` option. The test suite will fail if the given minimum threshold is not met:

php artisan test --coverage --min=80.3

<p align="center">
<img width="100%" src="https://user-images.githubusercontent.com/5457236/149989853-a29a7629-2bfa-4bf3-bbf7-cdba339ec157.png">
<img width="100%" src="https://user-images.githubusercontent.com/5457236/149989853-a29a7629-2bfa-4bf3-bbf7-cdba339ec157.png"/>
</p>

<a name="soketi-echo-server"></a>
Expand Down

0 comments on commit 2b19dd9

Please sign in to comment.