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 b672473 commit 7837dd4Copy full SHA for 7837dd4
tests/Entity/JsonPointerTest.php
@@ -102,12 +102,4 @@ public function testJsonPointerWithPropertyPaths(): void
102
$this->assertEquals(['~definitions/general', '%custom%'], $modified->getPropertyPaths());
103
$this->assertEquals('#/~0definitions~1general/%25custom%25', $modified->getPropertyPathAsString());
104
}
105
-
106
- public function testCreateWithInvalidValue(): void
107
- {
108
- $this->expectException(InvalidArgumentException::class);
109
- $this->expectExceptionMessage('Ref value must be a string');
110
111
- new JsonPointer(null);
112
- }
113
0 commit comments