We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1973ab5 commit 3c49c66Copy full SHA for 3c49c66
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
### Fixed
10
- Correct misconfigured mocks in JsonSchema\Tests\Uri\UriRetrieverTest ([#741](https://github.com/jsonrainbow/json-schema/pull/741))
11
- 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))
13
14
## [6.0.0] - 2024-07-30
15
### Added
tests/Uri/UriResolverTest.php
@@ -7,6 +7,8 @@
7
8
class UriResolverTest extends TestCase
{
+ private $resolver;
+
public function setUp()
$this->resolver = new UriResolver();
0 commit comments