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 a6b130f commit 92d16b5Copy full SHA for 92d16b5
tests/Uri/UriRetrieverTest.php
@@ -270,7 +270,7 @@ private function mockRetriever($schema)
270
{
271
$retrieverMock = $this->getRetrieverMock($schema);
272
273
- $factory = new \ReflectionProperty('JsonSchema\Constraints\Constraint', 'factory');
+ $factory = new \ReflectionProperty('JsonSchema\Constraints\BaseConstraint', 'factory');
274
$factory->setAccessible(true);
275
$factory = $factory->getValue($this->validator);
276
0 commit comments