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
10
10
- Correct misconfigured mocks in JsonSchema\Tests\Uri\UriRetrieverTest ([ #741 ] ( https://github.com/jsonrainbow/json-schema/pull/741 ) )
11
11
- Fix pugx badges in README ([ #742 ] ( https://github.com/jsonrainbow/json-schema/pull/742 ) )
12
12
- 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 ) )
13
14
14
15
## [ 6.0.0] - 2024-07-30
15
16
### Added
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ abstract class VeryBaseTestCase extends TestCase
30
30
*/
31
31
protected function getUriRetrieverMock ($ schema )
32
32
{
33
- $ relativeTestsRoot = realpath (__DIR__ . '/../../vendor/json-schema/JSON-Schema-Test-Suite /remotes ' );
33
+ $ relativeTestsRoot = realpath (__DIR__ . '/../../vendor/json-schema/json-schema-test-suite /remotes ' );
34
34
35
35
$ jsonSchemaDraft03 = $ this ->getJsonSchemaDraft03 ();
36
36
$ jsonSchemaDraft04 = $ this ->getJsonSchemaDraft04 ();
Original file line number Diff line number Diff line change 10
10
abstract class BaseDraftTestCase extends BaseTestCase
11
11
{
12
12
/** @var string */
13
- protected $ relativeTestsRoot = '/../../vendor/json-schema/JSON-Schema-Test-Suite /tests ' ;
13
+ protected $ relativeTestsRoot = '/../../vendor/json-schema/json-schema-test-suite /tests ' ;
14
14
15
15
private function setUpTests ($ isValid )
16
16
{
You can’t perform that action at this time.
0 commit comments