示例#1
0
 /**
  * @expectedException JsonSchema\Exception\UriResolverException
  */
 public function testResolveExcessLevelUp()
 {
     $retriever = new \JsonSchema\Uri\UriRetriever();
     $retriever->resolve('../schema.json#', 'http://example.org/schema.json#');
 }