Tests/X509: update unit test

This commit is contained in:
terrafrost 2021-01-07 20:36:09 -06:00
parent 9de5f3f8ed
commit df94788edf

View File

@ -860,6 +860,6 @@ qzFkAKWjJj4KjfrbZX4C0Spfxw==
$x509 = new File_X509();
$r = $x509->loadX509($a);
$this->assertFalse($r);
$this->assertIsArray($r);
}
}