Skip to content

Commit

Permalink
Raise coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 3, 2024
1 parent 56a532b commit cd35ea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/XML/ds/SPKIDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ public function testMarshalling(): void
$SPKISexp2 = new SPKISexp('GpM7');
$SPKISexp3 = new SPKISexp('GpM8');
$carriedKeyName = new CarriedKeyName('Some label');
$SPKISexp4 = new SPKISexp('GpM9');

$SPKIData = new SPKIData([
[$SPKISexp1, $seed],
[$SPKISexp2, null],
[$SPKISexp3, $carriedKeyName],
[$SPKISexp4, null],
]);

$this->assertEquals(

Check failure on line 67 in tests/XML/ds/SPKIDataTest.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.2, ubuntu-latest

Failed asserting that two strings are equal.

Check failure on line 67 in tests/XML/ds/SPKIDataTest.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.3, ubuntu-latest

Failed asserting that two strings are equal.

Check failure on line 67 in tests/XML/ds/SPKIDataTest.php

View workflow job for this annotation

GitHub Actions / Unit tests, PHP 8.4, ubuntu-latest

Failed asserting that two strings are equal.
Expand Down

0 comments on commit cd35ea0

Please sign in to comment.