Skip to content

Commit 07b3c91

Browse files
authored
Merge pull request #7 from rdarcy1/patch-1
Update README.md
2 parents 627c253 + 2eba3d8 commit 07b3c91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PHPUnit AssertArraySubset Extension
22

3-
In PHPunit 8 the function `assertArraySubset` was [deprecated](https://github.com/sebastianbergmann/phpunit/issues/3494). This function was often misunderstood and this removed, but it still holds true as a very useful tool, hence it was extracted here.
3+
In PHPUnit 8 the function `assertArraySubset` was [deprecated](https://github.com/sebastianbergmann/phpunit/issues/3494). This function was often misunderstood and thus removed, but it still holds true as a very useful tool, hence it was extracted here.
44

5-
**Disclaimer**
6-
The initial version contained here is copied over from phpunit and is heavilybased on the original work by [Márcio Almada](https://github.com/marcioAlmada)
5+
**Disclaimer:**
6+
The initial version contained here is copied over from phpunit and is heavily based on the original work by [Márcio Almada](https://github.com/marcioAlmada).
77

88
## Installation
99

@@ -15,7 +15,7 @@ composer require --dev dms/phpunit-arraysubset-asserts
1515

1616
## Usage
1717

18-
You have two options to use this in your classes, either directly as a static call or as a trait if you with to keep existing references working.
18+
You have two options to use this in your classes: either directly as a static call or as a trait if you wish to keep existing references working.
1919

2020
```php
2121
<?php

0 commit comments

Comments
 (0)