Skip to content

Commit

Permalink
Add keyExists and keyNotExists assertions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilMassey authored and ondrejmirtes committed Aug 2, 2023
1 parent 0f572b7 commit 6cd5128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ This extension specifies types of values passed to:
* `Assertion::same`
* `Assertion::notSame`
* `Assertion::isJsonString`
* `Assertion::keyExists`
* `Assertion::keyNotExists`
* `nullOr*` and `all*` variants of the above methods

`Assert::that`, `Assert::thatNullOr` and `Assert::thatAll` chaining methods are also supported.
Expand Down

0 comments on commit 6cd5128

Please sign in to comment.