Skip to content

Commit

Permalink
Tests/X509: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Jan 8, 2021
1 parent 9de5f3f commit df94788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/File/X509/X509Test.php
Expand Up @@ -860,6 +860,6 @@ public function testMultiCertPEM()
$x509 = new File_X509();
$r = $x509->loadX509($a);

$this->assertFalse($r);
$this->assertIsArray($r);
}
}

0 comments on commit df94788

Please sign in to comment.