Skip to content

Commit 7837dd4

Browse files
committed
Phpstan-fixes
1 parent b672473 commit 7837dd4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Entity/JsonPointerTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,4 @@ public function testJsonPointerWithPropertyPaths(): void
102102
$this->assertEquals(['~definitions/general', '%custom%'], $modified->getPropertyPaths());
103103
$this->assertEquals('#/~0definitions~1general/%25custom%25', $modified->getPropertyPathAsString());
104104
}
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-
}
113105
}

0 commit comments

Comments
 (0)