We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6370fbb commit c53a496Copy full SHA for c53a496
tests/Attestation/AuthenticatorDataTest.php
@@ -30,7 +30,7 @@ public function testConstructor(): void
30
$this->assertTrue($o->isUserPresent());
31
$this->assertTrue($o->isUserVerified());
32
$this->assertEquals(0, $o->getSignatureCount());
33
- $this->assertEquals(
+ $this->assertCommandOutput(
34
getPublicKeyPemTestData(),
35
$o->getPublicKeyPEM()
36
);
@@ -224,7 +224,7 @@ public function testGetPublicKeyPEMEC2(): void
224
225
// $this->expectException(WebauthnException::class);
226
$res = $o->getPublicKeyPEM();
227
228
'-----BEGIN PUBLIC KEY-----
229
MBkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDAgAE
230
-----END PUBLIC KEY-----
0 commit comments