File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -348,17 +348,17 @@ public function testJsonSchemaOrgMediaTypeBlacklistUnknown()
348
348
$ mock ->method ('getContentType ' )->willReturn ('Application/X-Fake-Type ' );
349
349
$ retriever = new UriRetriever ();
350
350
351
- $ retriever ->confirmMediaType ($ mock , 'http://iglucentral .com ' );
351
+ $ retriever ->confirmMediaType ($ mock , 'http://example .com ' );
352
352
}
353
353
354
354
public function testJsonSchemaOrgMediaTypeBlacklistAdded ()
355
355
{
356
356
$ mock = $ this ->getMock ('JsonSchema\Uri\UriRetriever ' , array ('getContentType ' ));
357
357
$ mock ->method ('getContentType ' )->willReturn ('Application/X-Fake-Type ' );
358
358
$ retriever = new UriRetriever ();
359
- $ retriever ->addBlacklistedEndpoint ('http://iglucentral .com ' );
359
+ $ retriever ->addBlacklistedEndpoint ('http://example .com ' );
360
360
361
- $ retriever ->confirmMediaType ($ mock , 'http://iglucentral .com ' );
361
+ $ retriever ->confirmMediaType ($ mock , 'http://example .com ' );
362
362
}
363
363
364
364
public function testSchemaCache ()
You can’t perform that action at this time.
0 commit comments