We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b79f2 commit b4ef1a5Copy full SHA for b4ef1a5
README.md
@@ -0,0 +1,24 @@
1
+# phpunit-json-assertions
2
+
3
+JSON assertions for PHPUnit includes traits/methods to help validate your JSON data through various methods.
4
5
+## Features
6
7
+* Validate your JSON data via JSON Schema
8
9
+## JSON Schema
10
11
+* describes your existing data format
12
+* clear, human- and machine-readable documentation
13
+* complete structural validation, useful for
14
+** automated testing
15
+** validating client-submitted data
16
17
+See more details [here](http://json-schema.org/).
18
19
+## Install
20
+### Composer
21
22
+ composer require estahn/phpunit-json-assertions
23
24
+## Demo
0 commit comments