Skip to content

Commit 3c49c66

Browse files
Add missing property in uri resolver test (#743)
* fix: Add missing property definition * docs: Add changelog entry
1 parent 1973ab5 commit 3c49c66

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Fixed
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))
12+
- Add missing property in UriResolverTest ([#743](https://github.com/jsonrainbow/json-schema/pull/743))
1213

1314
## [6.0.0] - 2024-07-30
1415
### Added

tests/Uri/UriResolverTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
class UriResolverTest extends TestCase
99
{
10+
private $resolver;
11+
1012
public function setUp()
1113
{
1214
$this->resolver = new UriResolver();

0 commit comments

Comments
 (0)