We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1778102 commit a11a962Copy full SHA for a11a962
1 file changed
tests/JsonValidatorTest.php
@@ -68,9 +68,6 @@ public function testInvalidSchema()
68
$v = new Validator(TEST_DIR . '/mock/empty.json');
69
}
70
71
- /**
72
- * @expectedException Json\SchemaException
73
- */
74
public function testMissingProperties()
75
{
76
$v = $this->getValidator('missing-properties.json');
@@ -82,9 +79,6 @@ public function testMissingProperties()
82
79
$v->validate($o);
83
80
84
81
85
86
- * @expectedException Json\ValidationException
87
88
public function testMissingType()
89
90
$v = new Validator(TEST_DIR . '/mock/missing-type.json');
0 commit comments