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 610a055 commit 7cef17eCopy full SHA for 7cef17e
tests/Entity/ProfileTest.php
@@ -97,6 +97,7 @@ public function testGetAttributeName()
97
public function testShouldReturnFormattedAddressAsPostalAddressWhenNull()
98
{
99
$anchorsMap = AnchorListConverter::convert(new \ArrayObject([
100
+ $this->parseAnchor(TestAnchors::UNKNOWN_ANCHOR),
101
$this->parseAnchor(TestAnchors::VERIFIER_YOTI_ADMIN_ANCHOR),
102
$this->parseAnchor(TestAnchors::SOURCE_DL_ANCHOR),
103
]));
0 commit comments