diff --git a/CHANGELOG.md b/CHANGELOG.md index efab5434..965b775d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Correct misconfigured mocks in JsonSchema\Tests\Uri\UriRetrieverTest ([#741](https://github.com/jsonrainbow/json-schema/pull/741)) - Fix pugx badges in README ([#742](https://github.com/jsonrainbow/json-schema/pull/742)) +- Add missing property in UriResolverTest ([#743](https://github.com/jsonrainbow/json-schema/pull/743)) ## [6.0.0] - 2024-07-30 ### Added diff --git a/tests/Uri/UriResolverTest.php b/tests/Uri/UriResolverTest.php index a353de50..b0207cb7 100644 --- a/tests/Uri/UriResolverTest.php +++ b/tests/Uri/UriResolverTest.php @@ -7,6 +7,8 @@ class UriResolverTest extends TestCase { + private $resolver; + public function setUp() { $this->resolver = new UriResolver();