1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-02 17:52:59 +01:00

Tests/X509: update new unit test to work with 2.0

This commit is contained in:
terrafrost 2021-06-24 21:39:07 -05:00
parent 5a3e622c4d
commit 01addfb92f

View File

@ -955,7 +955,7 @@ EbQ5UK6Zu74q0lQLp7t14zSQ2B5tclVnM7jY0RiRzpLgDCq3kpbaw6KvFzH9lfPP
BbNA6tFZAwLoX18R6yEmzHAQ+R2Eliiaz7mgQ+M2d0ec6qQJFoO7aJsX BbNA6tFZAwLoX18R6yEmzHAQ+R2Eliiaz7mgQ+M2d0ec6qQJFoO7aJsX
-----END CERTIFICATE-----'; -----END CERTIFICATE-----';
$x509 = new File_X509(); $x509 = new X509();
$r = $x509->loadX509($a); $r = $x509->loadX509($a);
$this->assertIsArray($r); $this->assertIsArray($r);