Skip to content

Commit

Permalink
fix: Correct path for case-sensitive operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Aug 2, 2024
1 parent 8d29172 commit 24b5b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Constraints/VeryBaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ abstract class VeryBaseTestCase extends TestCase
*/
protected function getUriRetrieverMock($schema)
{
$relativeTestsRoot = realpath(__DIR__ . '/../../vendor/json-schema/JSON-Schema-Test-Suite/remotes');
$relativeTestsRoot = realpath(__DIR__ . '/../../vendor/json-schema/json-schema-test-suite/remotes');

$jsonSchemaDraft03 = $this->getJsonSchemaDraft03();
$jsonSchemaDraft04 = $this->getJsonSchemaDraft04();
Expand Down

0 comments on commit 24b5b4f

Please sign in to comment.