File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- Correct misconfigured mocks in JsonSchema\Tests\Uri\UriRetrieverTest ([ #741 ] ( https://github.com/jsonrainbow/json-schema/pull/741 ) )
1111- Fix pugx badges in README ([ #742 ] ( https://github.com/jsonrainbow/json-schema/pull/742 ) )
1212- Add missing property in UriResolverTest ([ #743 ] ( https://github.com/jsonrainbow/json-schema/pull/743 ) )
13+ - Correct casing of paths used in tests ([ #745 ] ( https://github.com/jsonrainbow/json-schema/pull/745 ) )
1314
1415## [ 6.0.0] - 2024-07-30
1516### Added
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ abstract class VeryBaseTestCase extends TestCase
3030 */
3131 protected function getUriRetrieverMock ($ schema )
3232 {
33- $ relativeTestsRoot = realpath (__DIR__ . '/../../vendor/json-schema/JSON-Schema-Test-Suite /remotes ' );
33+ $ relativeTestsRoot = realpath (__DIR__ . '/../../vendor/json-schema/json-schema-test-suite /remotes ' );
3434
3535 $ jsonSchemaDraft03 = $ this ->getJsonSchemaDraft03 ();
3636 $ jsonSchemaDraft04 = $ this ->getJsonSchemaDraft04 ();
Original file line number Diff line number Diff line change 1010abstract class BaseDraftTestCase extends BaseTestCase
1111{
1212 /** @var string */
13- protected $ relativeTestsRoot = '/../../vendor/json-schema/JSON-Schema-Test-Suite /tests ' ;
13+ protected $ relativeTestsRoot = '/../../vendor/json-schema/json-schema-test-suite /tests ' ;
1414
1515 private function setUpTests ($ isValid )
1616 {
You can’t perform that action at this time.
0 commit comments