Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit b75792b

Browse files
author
Piotr Makowski
committed
#master: update
1 parent e080789 commit b75792b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/units/Json/JsonSchema.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ public function test_validate_invalid()
4444
->hasMessage(<<<EOD
4545
JSON does not validate. Violations:
4646
- [] The property foo is not defined and the definition does not allow additional properties
47+
JSON is:
48+
{
49+
"foo": {
50+
"bar": "foobar"
51+
}
52+
}
4753
4854
EOD
4955
);

0 commit comments

Comments
 (0)