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 dfdcb5b commit 57d8fa3Copy full SHA for 57d8fa3
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