You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,14 @@ This actually asserts several facts:
155
155
`application/json`
156
156
2. The message body must be a valid JSON string (that means decodeable by
157
157
`json_decode`)
158
-
3. The encoded JSON object must match all constraints specified in the `$jsonConstraints` array. For this, the [helmich/phpunit-json-assert][json-assert] package will be used.
158
+
3. The encoded JSON object must match all constraints specified in the
159
+
`$jsonConstraints` array. For this, the [helmich/phpunit-json-assert][json-assert]
0 commit comments