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

Commit

Permalink
#master: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Makowski committed Apr 3, 2019
1 parent e080789 commit b75792b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/units/Json/JsonSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ public function test_validate_invalid()
->hasMessage(<<<EOD
JSON does not validate. Violations:
- [] The property foo is not defined and the definition does not allow additional properties
JSON is:
{
"foo": {
"bar": "foobar"
}
}
EOD
);
Expand Down

0 comments on commit b75792b

Please sign in to comment.