Skip to content

Update README.md #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PHPUnit AssertArraySubset Extension

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.
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.

**Disclaimer**
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)
**Disclaimer:**
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).

## Installation

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

## Usage

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.
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.

```php
<?php
Expand Down