Skip to content

Commit 47a6a40

Browse files
committed
Add link to wiki page for assertJsonMatchesSchema
1 parent 5968952 commit 47a6a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ or in your `composer.json`:
3939

4040
| Assert | Description | Available in |
4141
| ----------------------------- | ---------------------------------------------------------------------------- | ------------ |
42-
| assertJsonMatchesSchema | Asserts that json content is valid according to the provided schema file | All |
42+
| [assertJsonMatchesSchema](https://github.com/estahn/phpunit-json-assertions/wiki/assertJsonMatchesSchema) | Asserts that json content is valid according to the provided schema file | All |
4343
| assertJsonMatchesSchemaString | Asserts that json content is valid according to the provided schema string | All |
4444
| assertJsonValueEquals | Asserts if the value retrieved with the expression equals the expected value | All |
4545
| assertJsonValueEquals | Asserts if the value retrieved with the expression equals the expected value | All |

0 commit comments

Comments
 (0)