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 8d29172 commit 24b5b4fCopy full SHA for 24b5b4f
tests/Constraints/VeryBaseTestCase.php
@@ -30,7 +30,7 @@ abstract class VeryBaseTestCase extends TestCase
30
*/
31
protected function getUriRetrieverMock($schema)
32
{
33
- $relativeTestsRoot = realpath(__DIR__ . '/../../vendor/json-schema/JSON-Schema-Test-Suite/remotes');
+ $relativeTestsRoot = realpath(__DIR__ . '/../../vendor/json-schema/json-schema-test-suite/remotes');
34
35
$jsonSchemaDraft03 = $this->getJsonSchemaDraft03();
36
$jsonSchemaDraft04 = $this->getJsonSchemaDraft04();
0 commit comments