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.
2 parents 26fe315 + 57d8fa3 commit a82e661Copy full SHA for a82e661
tests/SchemaStorageTest.php
@@ -114,7 +114,7 @@ public function testUnresolvableJsonPointExceptionShouldBeThrown()
114
$uriRetriever = $this->prophesize('JsonSchema\UriRetrieverInterface');
115
$uriRetriever->retrieve($mainSchemaPath)
116
->willReturn($mainSchema)
117
- ->shouldBeCalled($mainSchema);
+ ->shouldBeCalled();
118
119
$schemaStorage = new SchemaStorage($uriRetriever->reveal());
120
$schemaStorage->resolveRef("$mainSchemaPath#/definitions/car");
0 commit comments