Skip to content

Commit

Permalink
Add missing property in uri resolver test (#743)
Browse files Browse the repository at this point in the history
* fix: Add missing property definition

* docs: Add changelog entry
  • Loading branch information
DannyvdSluijs committed Aug 2, 2024
1 parent 1973ab5 commit 3c49c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/Uri/UriResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

class UriResolverTest extends TestCase
{
private $resolver;

public function setUp()
{
$this->resolver = new UriResolver();
Expand Down

0 comments on commit 3c49c66

Please sign in to comment.